open port 53 for podman dns resolving

This commit is contained in:
Sam 2024-11-26 20:03:53 +00:00
parent ca867d32e6
commit eb2873eb3a
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@
}; };
}; };
# need to open firewall for dns resolving. see https://github.com/NixOS/nixpkgs/issues/226365#issuecomment-1814296639
networking.firewall.interfaces."podman+".allowedUDPPorts = [ 53 ];
environment.persistence."/persist" = { environment.persistence."/persist" = {
hideMounts = true; hideMounts = true;
directories = [ directories = [