configuration | add automatic garbage collection
This commit is contained in:
parent
bff5db9ca2
commit
af4b4bf213
1 changed files with 5 additions and 0 deletions
|
|
@ -209,4 +209,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
nix.gc = {
|
||||||
|
automatic = true;
|
||||||
|
dates = "1w";
|
||||||
|
options = "-d";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue