diff options
| author | Dominik Kaiser | 2025-03-03 16:20:44 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2025-03-03 16:20:44 +0100 |
| commit | c25f2f9b1f58a50fba0648b32d9a89db72c31907 (patch) | |
| tree | 0b87252b129dbf5fbcb2cd08e2b0ef9e1fc78c45 /hosts/antares/configuration.nix | |
| parent | 7b5ca0ab689ac561e8acf369e43ab8bb5efc7160 (diff) | |
| download | nixos-c25f2f9b1f58a50fba0648b32d9a89db72c31907.tar.gz nixos-c25f2f9b1f58a50fba0648b32d9a89db72c31907.zip | |
This should do the job
Diffstat (limited to 'hosts/antares/configuration.nix')
| -rw-r--r-- | hosts/antares/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/antares/configuration.nix b/hosts/antares/configuration.nix index bc68e5f..b560f18 100644 --- a/hosts/antares/configuration.nix +++ b/hosts/antares/configuration.nix @@ -119,6 +119,7 @@ ]; }; users.users.mcserver = { + isSystemUser = true; group = "mcserver"; home = "/srv/mcserver"; openssh.authorizedKeys.keys = [ @@ -135,6 +136,7 @@ }; users.groups.git = {}; + users.groups.mcserver = {}; networking.firewall.allowedTCPPorts = [ 80 443 9418 53 ]; networking.firewall.allowedUDPPorts = [ 53 ]; |
