Optimize nix store for mac
This commit is contained in:
parent
27c11e905e
commit
3fe7ae7d9d
|
@ -6,6 +6,10 @@
|
|||
automatic = true;
|
||||
interval = { Hour = 3; Minute = 0; }; # run at 3 am
|
||||
};
|
||||
nix.optimise = {
|
||||
automatic = true;
|
||||
interval = { Hour = 3; Minute = 13; }; # run at 3:13 am
|
||||
};
|
||||
|
||||
nix.registry = {
|
||||
templates = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user