Commit 9bd92caccf14
Changed files (1)
machine
machine/okinawa.nix
@@ -8,7 +8,7 @@ with import ../assets/machines.nix; {
networking = {
firewall = {
allowPing = true;
- allowedTCPPorts = [ 5000 53 ];
+ allowedTCPPorts = [ 5000 53 80 ];
allowedUDPPorts = [ 53 ];
};
};