🔧 nix gc delete older than 30 days
This commit is contained in:
parent
22e576d8e9
commit
9a6f773f68
@ -15,6 +15,7 @@
|
||||
Minute = 16;
|
||||
Weekday = 6;
|
||||
};
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
settings = {
|
||||
trusted-users = [ "root" "@admin" ];
|
||||
|
@ -11,6 +11,7 @@
|
||||
gc = {
|
||||
persistent = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
|
||||
settings = {
|
||||
|
Loading…
Reference in New Issue
Block a user