forked from fediversity/fediversity
plug hole in firewall
This commit is contained in:
parent
20145101bd
commit
d6ed76ace5
1 changed files with 6 additions and 0 deletions
|
|
@ -275,6 +275,12 @@
|
||||||
443
|
443
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# This is needed for podman to be able to talk over dns
|
||||||
|
networking.firewall.interfaces."podman0" = {
|
||||||
|
allowedUDPPorts = [ 53 ];
|
||||||
|
allowedTCPPorts = [ 53 ];
|
||||||
|
};
|
||||||
|
|
||||||
virtualisation.podman = {
|
virtualisation.podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoPrune = {
|
autoPrune = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue