fix podman dns

This commit is contained in:
Dmitriy Kholkin 2023-11-17 00:00:55 +03:00
parent 4d8162522e
commit 8b72771a89
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -96,6 +96,6 @@ with config.deviceSpecific; {
"/var/lib/lxd"
];
networking.firewall.interfaces."podman-+".allowedUDPPorts = [ 53 ];
networking.firewall.interfaces."podman+".allowedUDPPorts = [ 53 ];
};
}