diff --git a/machines/Home-Hypervisor/virtualisation.nix b/machines/Home-Hypervisor/virtualisation.nix index 60ffd0d..2cdbb9b 100644 --- a/machines/Home-Hypervisor/virtualisation.nix +++ b/machines/Home-Hypervisor/virtualisation.nix @@ -70,5 +70,5 @@ }]; }; - networking.firewall.interfaces."podman-+".allowedUDPPorts = [ 53 ]; + networking.firewall.interfaces."podman+".allowedUDPPorts = [ 53 ]; } \ No newline at end of file diff --git a/profiles/virtualisation.nix b/profiles/virtualisation.nix index e82cc26..f36afe7 100644 --- a/profiles/virtualisation.nix +++ b/profiles/virtualisation.nix @@ -96,6 +96,6 @@ with config.deviceSpecific; { "/var/lib/lxd" ]; - networking.firewall.interfaces."podman-+".allowedUDPPorts = [ 53 ]; + networking.firewall.interfaces."podman+".allowedUDPPorts = [ 53 ]; }; }