fix podman dns

This commit is contained in:
Dmitriy Kholkin 2024-06-02 03:40:53 +03:00
parent 2aba76a96d
commit ae233eeef7
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2
2 changed files with 2 additions and 2 deletions
machines/Home-Hypervisor
profiles

@ -69,5 +69,5 @@
}];
};
networking.firewall.interfaces."podman+".allowedUDPPorts = [ 53 ];
networking.firewall.interfaces."podman+".allowedUDPPorts = [ 53 5353 ];
}

@ -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