diff options
| author | Mel <einebeere@gmail.com> | 2024-11-14 20:13:15 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-11-14 20:13:15 +0100 |
| commit | 10322f9e9761a3178936eee3aa9c35fb46be9ab2 (patch) | |
| tree | 8a238f85d890d9438567f53c1f474ec30b217131 /modules/common.nix | |
| parent | 227a29b06e09ce765da12e5cab74f9c539c1fe1e (diff) | |
| download | network-10322f9e9761a3178936eee3aa9c35fb46be9ab2.tar.zst network-10322f9e9761a3178936eee3aa9c35fb46be9ab2.zip | |
Automatically reclaim storage space
Signed-off-by: Mel <einebeere@gmail.com>
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"; }; |
