Upgrade to NixOS 25.05

This commit is contained in:
Pedro Rey Anca 2025-06-08 13:09:24 +02:00
parent d61ccede07
commit 769c2c53f1
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
10 changed files with 168 additions and 237 deletions

View file

@ -3,7 +3,7 @@
services.gpg-agent = {
enable = true;
enableSshSupport = true;
pinentryPackage = pkgs.pinentry-gnome3;
pinentry.package = pkgs.pinentry-gnome3;
sshKeys = ["D2A3680589B81F2B07DA6CFE21DF848F1AF4E9D3"];
};
}