1
0
Fork 0

arion: Improvements to podman setup

This commit is contained in:
Daniel Kempkens 2023-03-17 00:13:38 +01:00
parent b949f5e9c7
commit ac158673d3
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -54,7 +54,7 @@
};
networking.firewall.interfaces."podman+" = {
allowedUDPPorts = [ 53 ];
allowedTCPPorts = [ 53 ];
allowedUDPPorts = [ 53 443 ];
allowedTCPPorts = [ 53 443 ];
};
}