chore: upgrade to NixOS 25.05

This commit is contained in:
Felix Schröter 2025-05-18 17:07:53 +02:00
parent 1ace6186cf
commit 418fc173e6
Signed by: felschr
GPG key ID: 671E39E6744C807D
14 changed files with 99 additions and 82 deletions

View file

@ -26,9 +26,9 @@
sshKeys = [ "3C48489F3B0FBB44E72180D4B1D7541C201C9987" ];
defaultCacheTtl = 600;
defaultCacheTtlSsh = 600;
pinentryPackage = pkgs.pinentry-curses;
pinentry.package = pkgs.pinentry-curses;
};
programs.zsh.initExtra = ''
programs.zsh.initContent = ''
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh
'';
@ -44,5 +44,5 @@
}
'';
home.stateVersion = "24.11";
home.stateVersion = "25.05";
}