add dns
This commit is contained in:
parent
71191632d4
commit
dc29de6da6
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,9 @@ in {
|
||||||
podman = {
|
podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dockerCompat = true;
|
dockerCompat = true;
|
||||||
|
defaultNetwork.settings = {
|
||||||
|
dns_enabled = true; # Enable DNS resolution in the podman network.
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue