feat(hm): enable autoExpire service
Stop home-manager from clogging up disk space with old generations.
This commit is contained in:
parent
ba2090ccde
commit
f8c61e4d17
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue