Misc changes.

This commit is contained in:
Raphaël Numbus
2026-02-16 15:14:05 +01:00
parent bd05897efa
commit e5503a3ef3
4 changed files with 10 additions and 13 deletions
+5 -3
View File
@@ -26,7 +26,9 @@
};
# Open ports in the firewall
networking.firewall.allowPing = true;
networking.firewall.allowedTCPPorts = [ 53 80 443 ];
networking.firewall.allowedUDPPorts = [ 53 443 ];
networking.firewall = {
allowPing = true;
allowedTCPPorts = [ 53 80 443 ];
allowedUDPPorts = [ 53 443 ];
};
}