automatically opitmize the nix store once a day
This commit is contained in:
parent
30e2f70ebe
commit
2b50d792a5
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
|||
}:
|
||||
{
|
||||
nix = {
|
||||
optimise = {
|
||||
automatic = true;
|
||||
dates = [ "03:25" ];
|
||||
};
|
||||
settings = {
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue