🔧 update nix.gc to run weekly
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user