This commit is contained in:
Lucy Hochkamp 2024-03-25 04:08:28 +01:00
parent c88d03bfb0
commit 08cc8d5e82
No known key found for this signature in database

View file

@ -45,7 +45,7 @@ in
networking.useDHCP = true;
networking.bridges."br0".interfaces = [ ];
networking.hostId = "7b4c2932";
networking.firewall.allowedTCPPorts = [ 9000 25565 ];
networking.firewall.allowedTCPPorts = [ 9000 25565 80 443 ];
boot.initrd.network = {
enable = true;
postCommands = ''