change dns

This commit is contained in:
2023-12-07 11:00:04 +01:00
parent 3d57315867
commit 458f6ff0a4

View File

@@ -12,7 +12,7 @@ in {
enable = true;
dockerCompat = true;
defaultNetwork.settings = {
dns_enabled = true; # Enable DNS resolution in the podman network.
dns_enabled = false; # Enable DNS resolution in the podman network.
};
};
};