diff options
Diffstat (limited to 'modules/common.nix')
| -rw-r--r-- | modules/common.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/common.nix b/modules/common.nix index 7d7f1cc..e7e101b 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -35,7 +35,10 @@ services.envfs.enable = true; virtualisation = { - docker.enable = true; + docker = { + enable = true; + autoPrune.enable = true; + }; oci-containers.backend = "docker"; }; |
