Enable firewall explicitly

This commit is contained in:
2026-07-08 18:49:51 +01:00
parent 0c9bfa8714
commit b671cdd1c4
+1
View File
@@ -28,6 +28,7 @@
}; };
networking.firewall = { networking.firewall = {
enable = true;
allowedTCPPorts = [ 22 80 443 ]; allowedTCPPorts = [ 22 80 443 ];
allowedUDPPorts = []; allowedUDPPorts = [];
allowPing = true; allowPing = true;