From ae233eeef78e078b917fbc7f684fc0a5c992dfcb Mon Sep 17 00:00:00 2001 From: Dmitriy Kholkin Date: Sun, 2 Jun 2024 03:40:53 +0300 Subject: [PATCH] fix podman dns --- machines/Home-Hypervisor/virtualisation.nix | 2 +- profiles/virtualisation.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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