make sure web ports are allowed
This commit is contained in:
committed by
Joakim Repomaa
parent
e2f8d1eeff
commit
5c456d4a50
@@ -17,10 +17,8 @@
|
||||
|
||||
virtualisation.oci-containers.backend = "podman";
|
||||
|
||||
networking.firewall = {
|
||||
trustedInterfaces = [ "podman1" ];
|
||||
interfaces.podman1.allowedUDPPorts = [ 53 ];
|
||||
};
|
||||
networking.firewall.trustedInterfaces = [ "podman1" ];
|
||||
modules.firewall.interfaces.podman1 = [ "dns" ];
|
||||
|
||||
modules.webserver.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user