Minor fixes

This commit is contained in:
2026-07-08 18:45:42 +01:00
parent e13a9fa82d
commit 0c9bfa8714
4 changed files with 30 additions and 11 deletions
+5 -2
View File
@@ -27,6 +27,9 @@
'';
};
networking.firewall.allowedTCPPorts = [ 22 80 443 ];
networking.firewall.allowedUDPPorts = [];
networking.firewall = {
allowedTCPPorts = [ 22 80 443 ];
allowedUDPPorts = [];
allowPing = true;
};
}