From 6c6c5e1d65f7c5c69a5fe362eb677ff9db9e2d86 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 1 Jun 2026 20:35:54 +0200 Subject: Moved docker config from herra ai.nix to system/virtualisation.nix --- system/virtualisation.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'system') 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"; -- cgit v1.2.3