From 8f85e5662a7df1a10db08b236f19881b8ddf0b0b Mon Sep 17 00:00:00 2001 From: Joakim Repomaa Date: Thu, 9 Oct 2025 19:30:50 +0300 Subject: [PATCH] enable docker autoprune --- hosts/radish/containers.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/radish/containers.nix b/hosts/radish/containers.nix index 2e0e694..7e30286 100644 --- a/hosts/radish/containers.nix +++ b/hosts/radish/containers.nix @@ -3,6 +3,7 @@ virtualisation.docker = { storageDriver = "btrfs"; enable = true; + autoPrune.enable = true; }; users.users.jokke.extraGroups = [ "docker" ];