🔧 update nix.gc to run weekly
This commit is contained in:
parent
d87d9a76d6
commit
3a34ae013f
6
flake.lock
generated
6
flake.lock
generated
@ -53,11 +53,11 @@
|
||||
"pre-commit-hooks": "pre-commit-hooks"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1676298171,
|
||||
"narHash": "sha256-kbKlfcfZkynjIaxRYngEGiD4T/B8gcfbQtEkuuIKdms=",
|
||||
"lastModified": 1676310801,
|
||||
"narHash": "sha256-ewRv68f4XNv5egL3JnLuJwNRqnq6sXL20lW+vB0tQQY=",
|
||||
"owner": "cachix",
|
||||
"repo": "devenv",
|
||||
"rev": "f391d5d73c4b42225e317a9e92a3a34ff7d260a4",
|
||||
"rev": "3f845b2aff58d0ae27d9777500fe0c80b837ffb2",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -10,7 +10,11 @@ _: {
|
||||
'';
|
||||
|
||||
gc = {
|
||||
automatic = true;
|
||||
interval = {
|
||||
Hour = 3;
|
||||
Minute = 16;
|
||||
Weekday = 6;
|
||||
};
|
||||
};
|
||||
settings = {
|
||||
trusted-users = [ "root" "@admin" ];
|
||||
|
@ -9,6 +9,7 @@
|
||||
nix = {
|
||||
gc = {
|
||||
persistent = true;
|
||||
dates = "weekly";
|
||||
};
|
||||
|
||||
settings = {
|
||||
|
Loading…
Reference in New Issue
Block a user