From b5053ab520aa8550e5b169e620d111167a9cf64d Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sat, 27 Jan 2024 19:13:13 +0100 Subject: [PATCH] nix: clean up various things for upcoming GC Signed-off-by: Raito Bezarius --- modules/nix-daemon.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/nix-daemon.nix b/modules/nix-daemon.nix index 760c768..0cad83b 100644 --- a/modules/nix-daemon.nix +++ b/modules/nix-daemon.nix @@ -57,8 +57,8 @@ in nrBuildUsers = 128; settings = { - keep-outputs = true; - keep-derivations = true; + keep-outputs = false; + keep-derivations = false; use-cgroups = true; http-connections = 0; auto-allocate-uids = true; @@ -76,7 +76,7 @@ in ]; experimental-features = [ "auto-allocate-uids" - "ca-derivations" + # "ca-derivations" this feature is really extremely broken. "cgroups" "discard-references" "fetch-closure"