🔧 update nix.gc to run weekly

This commit is contained in:
James Walker 2023-02-13 17:31:23 -05:00
parent d87d9a76d6
commit 3a34ae013f
Signed by: walkah
GPG Key ID: 3C127179D6086E93
3 changed files with 9 additions and 4 deletions

View File

@ -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": {

View File

@ -10,7 +10,11 @@ _: {
'';
gc = {
automatic = true;
interval = {
Hour = 3;
Minute = 16;
Weekday = 6;
};
};
settings = {
trusted-users = [ "root" "@admin" ];

View File

@ -9,6 +9,7 @@
nix = {
gc = {
persistent = true;
dates = "weekly";
};
settings = {