nix gc issue
This commit is contained in:
parent
13b5a8fe8c
commit
82a79583e2
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ in
|
|||
gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 1w";
|
||||
options = "--delete-older-than 14d";
|
||||
};
|
||||
# optimizes store to reduce storage space :)
|
||||
# does do alot on the cpu though :p
|
||||
|
|
Loading…
Reference in a new issue