feat(hm): enable autoExpire service #482
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;
|
pinentryPackage = if config.jhome.gui.enable then pkgs.pinentry-qt else pkgs.pinentry-curses;
|
||||||
extraConfig = "allow-preset-passphrase";
|
extraConfig = "allow-preset-passphrase";
|
||||||
};
|
};
|
||||||
|
# Delete old generations (>month)
|
||||||
|
home-manager.autoExpire.enable = true;
|
||||||
# Spotifyd
|
# Spotifyd
|
||||||
spotifyd = {
|
spotifyd = {
|
||||||
inherit (config.jhome.gui) enable;
|
inherit (config.jhome.gui) enable;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue