modules: system: podman: fix removed option
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
18c9458cfa
commit
5aa136f796
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue