diff --git a/modules/system/nix.nix b/modules/system/nix.nix index d5b7511..0241935 100644 --- a/modules/system/nix.nix +++ b/modules/system/nix.nix @@ -23,6 +23,8 @@ in keepMin = if keepGenerations != null then keepGenerations else 10; gc = true; # Run GC afterwards + gcBigger = 150; # Run GC only if store is bigger than 150 GiB + gcModest = true; # Stop gc once store meets quota }; services.peerix = {