diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-01 20:35:54 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-01 20:35:54 +0200 |
| commit | 6c6c5e1d65f7c5c69a5fe362eb677ff9db9e2d86 (patch) | |
| tree | a69f7d2cacfedc8503f604a7b37a31342a472ae6 /system | |
| parent | e7d83bea3477843985e5474a0754433531aceb48 (diff) | |
Moved docker config from herra ai.nix to system/virtualisation.nix
Diffstat (limited to 'system')
| -rw-r--r-- | system/virtualisation.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/virtualisation.nix b/system/virtualisation.nix index 69c236e..4737e42 100644 --- a/system/virtualisation.nix +++ b/system/virtualisation.nix @@ -1,6 +1,7 @@ {...}: { virtualisation.docker = { enable = true; + autoPrune.enable = true; }; virtualisation.oci-containers = { backend = "docker"; |
