Initial commit
This commit is contained in:
6
hosts/axoserver-nix/firewall.nix
Normal file
6
hosts/axoserver-nix/firewall.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ ... } : {
|
||||
# networking.firewall.enable = false;
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 25565 ];
|
||||
networking.firewall.allowedUDPPorts = [ 25565 ];
|
||||
}
|
||||
Reference in New Issue
Block a user