Remove garbage-collect on laptop
This commit is contained in:
parent
7b0e1ce837
commit
295fef53d6
1 changed files with 0 additions and 6 deletions
|
@ -101,12 +101,6 @@
|
||||||
min-free = ${toString (100 * 1024 * 1024)}
|
min-free = ${toString (100 * 1024 * 1024)}
|
||||||
max-free = ${toString (2048 * 1024 * 1024)}
|
max-free = ${toString (2048 * 1024 * 1024)}
|
||||||
'';
|
'';
|
||||||
# Scheduled garbage-collect
|
|
||||||
gc = {
|
|
||||||
automatic = true;
|
|
||||||
dates = "weekly";
|
|
||||||
options = "--delete-older-than 30d";
|
|
||||||
};
|
|
||||||
package = pkgs.nixFlakes;
|
package = pkgs.nixFlakes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue