feat(hm): enable autoExpire service #482

Merged
jalil merged 1 commit from push-rmswntuyxlus into main 2025-05-14 22:03:35 +02:00
Showing only changes of commit f8c61e4d17 - Show all commits

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;