[GC] Make GC persistent so it will run even if the system was down.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
{ ... }: {
|
||||
_: {
|
||||
# Automatic
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
persistent = true;
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user