This commit is contained in:
2023-12-07 09:17:53 +01:00
parent 71191632d4
commit dc29de6da6

View File

@@ -8,6 +8,9 @@ in {
podman = {
enable = true;
dockerCompat = true;
defaultNetwork.settings = {
dns_enabled = true; # Enable DNS resolution in the podman network.
};
};
};