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