diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-22 16:29:49 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-22 16:29:49 -0700 |
| commit | 23282f550e792ef22bda744147f83365377dd7ec (patch) | |
| tree | 60be1d3b79a38e20e03c37fabcae36250bad48af /hosts/copenhagen | |
| parent | 0e57a72b9cd2aa114a59c92eaf28b359b477fcf8 (diff) | |
Create and enable stargazers mc server
Diffstat (limited to 'hosts/copenhagen')
| -rw-r--r-- | hosts/copenhagen/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/copenhagen/configuration.nix b/hosts/copenhagen/configuration.nix index 173c4c0..a8728f3 100644 --- a/hosts/copenhagen/configuration.nix +++ b/hosts/copenhagen/configuration.nix @@ -51,7 +51,7 @@ minecraft = { enable = true; servers = { - test = { + stargazers = { enable = true; port = 25566; }; |