From e8ba21ee40f4ad7d813fc15a7341e601ea53f557 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Mon, 14 Apr 2025 17:21:02 -0700 Subject: migration: stargazers minecraft server --- hosts/copenhagen/configuration.nix | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'hosts') diff --git a/hosts/copenhagen/configuration.nix b/hosts/copenhagen/configuration.nix index f3f58bf..398cb7b 100644 --- a/hosts/copenhagen/configuration.nix +++ b/hosts/copenhagen/configuration.nix @@ -1,12 +1,6 @@ { config, lib, pkgs, inputs, ... }: { - environment.persistence."/persist/system" = { - directories = [ - "/srv/minecraft" - ]; - }; - users.users = { root.hashedPasswordFile = "/secrets/passwords/root"; @@ -23,15 +17,6 @@ roles = { minecraft = { - enable = true; - - servers = { - stargazers = { - enable = true; - port = 25566; - }; - }; - zenith = { enable = true; port = 25569; -- cgit v1.2.3