change dns
This commit is contained in:
parent
3d57315867
commit
458f6ff0a4
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
dockerCompat = true;
|
dockerCompat = true;
|
||||||
defaultNetwork.settings = {
|
defaultNetwork.settings = {
|
||||||
dns_enabled = true; # Enable DNS resolution in the podman network.
|
dns_enabled = false; # Enable DNS resolution in the podman network.
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue