1
0
Fork 0

arion: Switch to podman

This commit is contained in:
Daniel Kempkens 2023-03-16 21:06:46 +01:00
parent ab28770d44
commit 32ac241aca
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -25,4 +25,8 @@
backend = "podman-socket"; backend = "podman-socket";
}; };
}; };
networking.firewall.interfaces."podman1".allowedUDPPorts = [ 53 ];
networking.firewall.interfaces."podman2".allowedUDPPorts = [ 53 ];
networking.firewall.interfaces."podman3".allowedUDPPorts = [ 53 ];
} }