From 7468b20c8874f7bd0179e7748d0b93b65246811a Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 12 Jun 2026 01:58:59 +0200 Subject: [PATCH] feat: adds back autoPrune to docker, as it was not causing any issues at all actually --- modules/core/docker.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/docker.nix b/modules/core/docker.nix index 153109a..2dfecb8 100644 --- a/modules/core/docker.nix +++ b/modules/core/docker.nix @@ -8,7 +8,7 @@ virtualisation.docker = { package = lib.mkDefault pkgs.docker_29; enable = true; - # autoPrune.enable = true; + autoPrune.enable = true; # enableNvidia = true; };