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