diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-04-16 09:09:00 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-16 09:09:00 -0700 |
| commit | a5541807439f4cacd538d37dca64518b565e42da (patch) | |
| tree | d2fc29cfa7d5e591db4661482a21a2f864cdc328 | |
| parent | b99d15f29e4e6079a14b423efdfbd49b00eeb62b (diff) | |
copenhagen: disable stargazers minecraft server
| -rw-r--r-- | systems/x86_64-linux/copenhagen/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systems/x86_64-linux/copenhagen/default.nix b/systems/x86_64-linux/copenhagen/default.nix index a220f28..8bcebdb 100644 --- a/systems/x86_64-linux/copenhagen/default.nix +++ b/systems/x86_64-linux/copenhagen/default.nix @@ -35,6 +35,7 @@ with lib; with lib.${namespace}; { stargazers = { enable = true; port = 25566; + start = false; }; zenith = { |