summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 6bbb4a8c..2d7d43b9 100644
--- a/hel.nix
+++ b/hel.nix
@@ -114,5 +114,11 @@
114 hardware.pulseaudio = { 114 hardware.pulseaudio = {
115 enable = true; 115 enable = true;
116 }; 116 };
117
118 nix.gc = {
119 automatic = true;
120 dates = "daily";
121 options = "--delete-older-than 30d";
122 };
117} 123}
118 124