mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Better auto Nix GC options
This commit is contained in:
parent
8dc5258a5c
commit
24008bfd5b
1 changed files with 7 additions and 1 deletions
|
@ -104,7 +104,13 @@
|
|||
home-manager.nixosModules.home-manager
|
||||
|
||||
{
|
||||
nix.gc.automatic = true;
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "daily";
|
||||
options = "--delete-older-than 1w";
|
||||
persistent = true;
|
||||
};
|
||||
|
||||
nix.settings.experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue