summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2023-11-30 21:46:17 +0100
committerMinijackson <minijackson@riseup.net>2023-11-30 21:46:17 +0100
commit4b2d89b88ddb6610135a025ae4e0eb92eb016d7f (patch)
tree7dcc9d4a80ec202c8696dd9e1dc53d92cc47b90b /common
parent1ce03666f6e1b97236c939725367247de1849752 (diff)
downloadnixos-config-reborn-4b2d89b88ddb6610135a025ae4e0eb92eb016d7f.tar.gz
nixos-config-reborn-4b2d89b88ddb6610135a025ae4e0eb92eb016d7f.zip
nix: gc of profiles reduced 30d -> 15d
Diffstat (limited to 'common')
-rw-r--r--common/nix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/nix.nix b/common/nix.nix
index 0e58908..ea5f04a 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 30d"; 10 options = "--delete-older-than 15d";
11 }; 11 };
12 12
13 settings = { 13 settings = {