diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-13 00:40:58 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-13 00:40:58 +0200 |
| commit | 74b331c00314b98b8b417e94aa38e560e70c3a73 (patch) | |
| tree | 586db785c9d893e002763186aa235b8196193d81 | |
| parent | f85f78ca634f28ce28a80a6a404bf3820bd5a4db (diff) | |
| download | nixos-74b331c00314b98b8b417e94aa38e560e70c3a73.tar nixos-74b331c00314b98b8b417e94aa38e560e70c3a73.tar.gz nixos-74b331c00314b98b8b417e94aa38e560e70c3a73.tar.bz2 nixos-74b331c00314b98b8b417e94aa38e560e70c3a73.tar.xz nixos-74b331c00314b98b8b417e94aa38e560e70c3a73.zip | |
garbage collection on Hel
| -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 | ||
