Enable autopruning and DNS configuration on default network.
This commit is contained in:
parent
4e09028ba4
commit
7a2f4a00f2
1 changed files with 4 additions and 0 deletions
|
@ -1,7 +1,11 @@
|
|||
{
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
autoPrune.enable = true;
|
||||
dockerCompat = true;
|
||||
dockerSocket.enable = true;
|
||||
defaultNetwork.settings = {
|
||||
dns_enabled = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue