diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-04-18 20:55:12 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-18 20:55:12 -0700 |
| commit | b83172582880e0880f225b0e77969ca8c7f8bcc8 (patch) | |
| tree | 8a17541bc79b54c54e15e363307d1df93feb4189 /systems | |
| parent | f3e7a5145953de01c0cbadd2b0bd2ff0887e2fa8 (diff) | |
copenhagen: beta minecraft server
Diffstat (limited to 'systems')
| -rw-r--r-- | systems/x86_64-linux/copenhagen/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/systems/x86_64-linux/copenhagen/default.nix b/systems/x86_64-linux/copenhagen/default.nix index 8bcebdb..9b3de3f 100644 --- a/systems/x86_64-linux/copenhagen/default.nix +++ b/systems/x86_64-linux/copenhagen/default.nix @@ -32,6 +32,11 @@ with lib; with lib.${namespace}; { }; minecraft = { + beta = { + enable = true; + port = 25565; + }; + stargazers = { enable = true; port = 25566; |