roles/minecraftserver: add primary user to Docker group

This commit is contained in:
2025-08-09 23:04:57 -07:00
parent 944ed869c8
commit a81c1b26af

View File

@@ -32,6 +32,8 @@ in
autoPrune.enable = true;
};
users.users.etorres.extraGroups = [ "docker" ];
networking.firewall.allowedTCPPorts = [ 25565 ];
};
}