diff --git a/machines/Home-Hypervisor/virtualisation.nix b/machines/Home-Hypervisor/virtualisation.nix index 28c0586..60ffd0d 100644 --- a/machines/Home-Hypervisor/virtualisation.nix +++ b/machines/Home-Hypervisor/virtualisation.nix @@ -69,4 +69,6 @@ startGid = 10000; }]; }; + + networking.firewall.interfaces."podman-+".allowedUDPPorts = [ 53 ]; } \ No newline at end of file diff --git a/profiles/virtualisation.nix b/profiles/virtualisation.nix index c1a356b..e82cc26 100644 --- a/profiles/virtualisation.nix +++ b/profiles/virtualisation.nix @@ -95,5 +95,7 @@ with config.deviceSpecific; { "/var/lib/containers" "/var/lib/lxd" ]; + + networking.firewall.interfaces."podman-+".allowedUDPPorts = [ 53 ]; }; }