diff options
Diffstat (limited to 'snowfall/systems')
| -rw-r--r-- | snowfall/systems/x86_64-linux/copenhagen/default.nix | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/snowfall/systems/x86_64-linux/copenhagen/default.nix b/snowfall/systems/x86_64-linux/copenhagen/default.nix index 1a39924..ef30464 100644 --- a/snowfall/systems/x86_64-linux/copenhagen/default.nix +++ b/snowfall/systems/x86_64-linux/copenhagen/default.nix @@ -17,11 +17,17 @@ with lib; with lib.${namespace}; { services = { web = { - enable = true; images.enable = true; stargazers.enable = true; - } - } + }; + + minecraft = { + stargazers = { + enable = true; + port = 25566; + }; + }; + }; }; system.stateVersion = "23.11"; |