summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2024-08-03 16:42:56 +0200
committerMinijackson <minijackson@riseup.net>2024-08-03 16:42:56 +0200
commit254eda86fdabb6ddc02a8d3626b81766999897a4 (patch)
tree13171476f0b7e0b584f374820df656371e916e4e
parenta021bc47207d3ce3d8307e2131e8920ef4dcecd2 (diff)
downloadnixos-config-reborn-254eda86fdabb6ddc02a8d3626b81766999897a4.tar.gz
nixos-config-reborn-254eda86fdabb6ddc02a8d3626b81766999897a4.zip
common/nix: shorter gc time
This should speed up Zsh, and lead to less issue with a full /boot partition
-rw-r--r--common/nix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/nix.nix b/common/nix.nix
index 9780560..b06a8cc 100644
--- a/common/nix.nix
+++ b/common/nix.nix
@@ -7,7 +7,7 @@ inputs: {
7 gc = { 7 gc = {
8 automatic = true; 8 automatic = true;
9 dates = "03:15"; 9 dates = "03:15";
10 options = "--delete-older-than 15d"; 10 options = "--delete-older-than 5d";
11 }; 11 };
12 12
13 settings = { 13 settings = {