diff options
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 | ||