fix podman dns issue

This commit is contained in:
Dmitriy Kholkin 2023-11-11 03:14:56 +03:00
parent 7aeaf79b1a
commit d264d4b974
2 changed files with 4 additions and 0 deletions

View File

@ -69,4 +69,6 @@
startGid = 10000; startGid = 10000;
}]; }];
}; };
networking.firewall.interfaces."podman-+".allowedUDPPorts = [ 53 ];
} }

View File

@ -95,5 +95,7 @@ with config.deviceSpecific; {
"/var/lib/containers" "/var/lib/containers"
"/var/lib/lxd" "/var/lib/lxd"
]; ];
networking.firewall.interfaces."podman-+".allowedUDPPorts = [ 53 ];
}; };
} }