summaryrefslogtreecommitdiff
path: root/hosts/antares
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/antares')
-rw-r--r--hosts/antares/configuration.nix2
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 ];