diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/copenhagen/configuration.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/copenhagen/configuration.nix b/hosts/copenhagen/configuration.nix index 513c72b..f66a1a9 100644 --- a/hosts/copenhagen/configuration.nix +++ b/hosts/copenhagen/configuration.nix @@ -64,12 +64,18 @@ roles = { minecraft = { enable = true; + servers = { stargazers = { enable = true; port = 25566; }; }; + + zenith = { + enable = true; + port = 25569; + }; }; web = { images.enable = true; |