Enable dns in podman
This commit is contained in:
parent
3910467b22
commit
9512565c4e
|
@ -37,7 +37,7 @@ let
|
|||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
# defaultNetwork.settings.dns_enabled = true;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
|
||||
virtualisation.oci-containers.backend = "podman";
|
||||
|
|
Loading…
Reference in a new issue