🔧 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"
|
"pre-commit-hooks": "pre-commit-hooks"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1676298171,
|
"lastModified": 1676310801,
|
||||||
"narHash": "sha256-kbKlfcfZkynjIaxRYngEGiD4T/B8gcfbQtEkuuIKdms=",
|
"narHash": "sha256-ewRv68f4XNv5egL3JnLuJwNRqnq6sXL20lW+vB0tQQY=",
|
||||||
"owner": "cachix",
|
"owner": "cachix",
|
||||||
"repo": "devenv",
|
"repo": "devenv",
|
||||||
"rev": "f391d5d73c4b42225e317a9e92a3a34ff7d260a4",
|
"rev": "3f845b2aff58d0ae27d9777500fe0c80b837ffb2",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -10,7 +10,11 @@ _: {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
gc = {
|
gc = {
|
||||||
automatic = true;
|
interval = {
|
||||||
|
Hour = 3;
|
||||||
|
Minute = 16;
|
||||||
|
Weekday = 6;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
trusted-users = [ "root" "@admin" ];
|
trusted-users = [ "root" "@admin" ];
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
nix = {
|
nix = {
|
||||||
gc = {
|
gc = {
|
||||||
persistent = true;
|
persistent = true;
|
||||||
|
dates = "weekly";
|
||||||
};
|
};
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user