arion: Improvements to podman setup
This commit is contained in:
parent
b949f5e9c7
commit
ac158673d3
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.interfaces."podman+" = {
|
networking.firewall.interfaces."podman+" = {
|
||||||
allowedUDPPorts = [ 53 ];
|
allowedUDPPorts = [ 53 443 ];
|
||||||
allowedTCPPorts = [ 53 ];
|
allowedTCPPorts = [ 53 443 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue