Updated firewall rules

This commit is contained in:
Joseph Hanson 2024-07-14 07:13:27 -05:00
parent 339bc29a76
commit ee8cb5c3e6
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -16,7 +16,7 @@ in
};
config = mkIf cfg.enable {
networking.firewall = {
networking.firewall.interfaces.podman0 = {
allowedTCPPorts = [ 8080 8443 8880 8843 ];
allowedUDPPorts = [ 3478 ];
};