modules: system: podman: fix removed option
ci/woodpecker/push/check Pipeline was successful Details

This commit is contained in:
Bruno BELANYI 2023-06-08 11:58:47 +00:00
parent 18c9458cfa
commit 5aa136f796
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,9 @@ in
dockerSocket.enable = true;
# Allow DNS resolution in the default network
defaultNetwork.dnsname.enable = true;
defaultNetwork.settings = {
dns_enabled = true;
};
# Remove unused data on a weekly basis
autoPrune = {