feat: update to nixos-25.05 (beta)
Iron out the issues before it releases.
This commit is contained in:
parent
bca776687f
commit
2410b3fe2a
5 changed files with 162 additions and 59 deletions
|
@ -108,7 +108,7 @@ in
|
|||
gpg-agent = {
|
||||
enable = true;
|
||||
maxCacheTtl = 86400;
|
||||
pinentryPackage = if config.jhome.gui.enable then pkgs.pinentry-qt else pkgs.pinentry-curses;
|
||||
pinentry.package = if config.jhome.gui.enable then pkgs.pinentry-qt else pkgs.pinentry-curses;
|
||||
extraConfig = "allow-preset-passphrase";
|
||||
};
|
||||
# Delete old generations (>month)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue