diff --git a/machines/Home-Hypervisor/virtualisation.nix b/machines/Home-Hypervisor/virtualisation.nix index 804d709..e694555 100644 --- a/machines/Home-Hypervisor/virtualisation.nix +++ b/machines/Home-Hypervisor/virtualisation.nix @@ -69,5 +69,5 @@ }]; }; - networking.firewall.interfaces."podman+".allowedUDPPorts = [ 53 ]; + networking.firewall.interfaces."podman+".allowedUDPPorts = [ 53 5353 ]; } \ No newline at end of file diff --git a/profiles/virtualisation.nix b/profiles/virtualisation.nix index 4372dea..f7be453 100644 --- a/profiles/virtualisation.nix +++ b/profiles/virtualisation.nix @@ -93,7 +93,7 @@ with config.deviceSpecific; { "/var/lib/lxd" ]; - networking.firewall.interfaces."podman+".allowedUDPPorts = [ 53 ]; + networking.firewall.interfaces."podman+".allowedUDPPorts = [ 53 5353 ]; # cross compilation of aarch64 uefi currently broken # link existing extracted from fedora package