1
0
포크 0

Auto optimize storage

master
dump_stack() 2019-04-12 17:41:59 +00:00 committed by Mikhail Klementev
부모 583467ffd4
커밋 4e87fba917
1개의 변경된 파일7개의 추가작업 그리고 3개의 파일을 삭제

파일 보기

@ -65,7 +65,11 @@ in {
system.stateVersion = "18.09";
system.autoUpgrade.enable = true;
nix.gc.automatic = true;
nix.gc.dates = "weekly";
nix.gc.options = "--delete-older-than 30d";
nix = {
optimise.automatic = true;
gc = {
automatic = true;
options = "--delete-older-than 7d";
};
};
}