feat(kachu-pc): enable auto nix store optimization

This commit is contained in:
2026-07-09 17:59:44 +03:00
parent be378993b9
commit 0e423ae331
+1
View File
@@ -148,6 +148,7 @@
dates = "weekly"; # Запуск раз в неделю dates = "weekly"; # Запуск раз в неделю
options = "--delete-older-than 7d"; # Удалять только то, что старше 7 дней options = "--delete-older-than 7d"; # Удалять только то, что старше 7 дней
}; };
optimise.automatic = true;
}; };
# Install firefox. # Install firefox.
programs.firefox.enable = true; programs.firefox.enable = true;