diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-30 14:31:10 +0200 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-30 14:31:10 +0200 |
| commit | 5664916d4766b53006d8c7145d3b9cbd580ad17f (patch) | |
| tree | e7beafbba3d6746fc14a074e4c74c3a007474cb3 | |
| parent | fc5d37e83c93f395b49baae2d30fba49c02b83d1 (diff) | |
| download | nixos-5664916d4766b53006d8c7145d3b9cbd580ad17f.tar nixos-5664916d4766b53006d8c7145d3b9cbd580ad17f.tar.gz nixos-5664916d4766b53006d8c7145d3b9cbd580ad17f.tar.bz2 nixos-5664916d4766b53006d8c7145d3b9cbd580ad17f.tar.xz nixos-5664916d4766b53006d8c7145d3b9cbd580ad17f.zip | |
no automatic gc on hel
| -rw-r--r-- | hel.nix | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -289,11 +289,11 @@ | |||
| 289 | sound.enable = true; | 289 | sound.enable = true; |
| 290 | 290 | ||
| 291 | 291 | ||
| 292 | nix.gc = { | 292 | # nix.gc = { |
| 293 | automatic = true; | 293 | # automatic = true; |
| 294 | dates = "daily"; | 294 | # dates = "daily"; |
| 295 | options = "--delete-older-than 30d"; | 295 | # options = "--delete-older-than 30d"; |
| 296 | }; | 296 | # }; |
| 297 | 297 | ||
| 298 | nix.useSandbox = true; | 298 | nix.useSandbox = true; |
| 299 | 299 | ||
