diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-09-19 21:50:05 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-09-19 21:52:56 -0700 |
| commit | 9c78253c6c753e7ebc492d682907097505c6075b (patch) | |
| tree | 4e5f70c2167163e37300aa7862914d48faa03989 /hosts/copenhagen | |
| parent | 6bc6e37af5b21b0356d0e008f83eee5378fc8b43 (diff) | |
role: minecraft: create zenithproxy skeleton
Diffstat (limited to 'hosts/copenhagen')
| -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; |