feat(hm): enable autoExpire service
All checks were successful
/ check (push) Successful in 9s
/ check-renovaterc (push) Successful in 3s
/ build-packages (push) Successful in 15s
/ build-vm (push) Successful in 3s
/ report-size (push) Successful in 4s

Stop home-manager from clogging up disk space with old generations.
This commit is contained in:
Jalil David Salamé Messina 2025-05-14 21:58:50 +02:00
parent ba2090ccde
commit f8c61e4d17
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -111,6 +111,8 @@ in
pinentryPackage = if config.jhome.gui.enable then pkgs.pinentry-qt else pkgs.pinentry-curses;
extraConfig = "allow-preset-passphrase";
};
# Delete old generations (>month)
home-manager.autoExpire.enable = true;
# Spotifyd
spotifyd = {
inherit (config.jhome.gui) enable;