weekly cleanup of nix store
This commit is contained in:
parent
752dc85ab5
commit
7dd4db5f90
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
nix = {
|
||||
optimise = {
|
||||
automatic = true;
|
||||
dates = [ "11:00" ];
|
||||
dates = "weekly";
|
||||
};
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
|
|
@ -36,6 +36,7 @@
|
|||
};
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 14d";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue