diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-04-14 17:21:02 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:54 -0700 |
| commit | e8ba21ee40f4ad7d813fc15a7341e601ea53f557 (patch) | |
| tree | cad0c8d10f6bfd9b0eccc5ede7b03995d676c6fa /snowfall/systems | |
| parent | 1e6dc261f166058824d6fa526cbf17cc23eb915d (diff) | |
migration: stargazers minecraft server
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"; |