open port 53 for podman dns resolving
This commit is contained in:
parent
ca867d32e6
commit
eb2873eb3a
|
@ -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" = {
|
||||
hideMounts = true;
|
||||
directories = [
|
||||
|
|
Loading…
Reference in New Issue