mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
fix: missing files, nix.gc temp
This commit is contained in:
parent
e29aa76eac
commit
55af7c915e
5 changed files with 48 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ in {
|
|||
};
|
||||
|
||||
nix.gc = {
|
||||
automatic = mkDefault true;
|
||||
automatic = mkDefault false;
|
||||
dates = mkDefault "weekly";
|
||||
options = mkDefault "--delete-older-than 7d";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue