roles/minecraftserver: add primary user to Docker group
This commit is contained in:
@@ -32,6 +32,8 @@ in
|
||||
autoPrune.enable = true;
|
||||
};
|
||||
|
||||
users.users.etorres.extraGroups = [ "docker" ];
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 25565 ];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user