allow 80 and 443 udp

This commit is contained in:
jacekpoz 2024-09-16 13:31:09 +02:00
parent 8e2e37499b
commit b9a6cfe164
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -51,6 +51,7 @@ in {
};
networking.firewall.allowedTCPPorts = [ 80 443 ];
networking.firewall.allowedUDPPorts = [ 80 443 ];
poz = {
other.home-manager.enable = true;