🔧 update nix.gc to run weekly

This commit is contained in:
2023-02-13 17:31:23 -05:00
parent d87d9a76d6
commit 3a34ae013f
3 changed files with 9 additions and 4 deletions

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 = {