Updated firewall rules
This commit is contained in:
parent
339bc29a76
commit
ee8cb5c3e6
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
networking.firewall = {
|
networking.firewall.interfaces.podman0 = {
|
||||||
allowedTCPPorts = [ 8080 8443 8880 8843 ];
|
allowedTCPPorts = [ 8080 8443 8880 8843 ];
|
||||||
allowedUDPPorts = [ 3478 ];
|
allowedUDPPorts = [ 3478 ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue