1
0
Fork 0

fix(git): Update git to use the new PGP Key

This commit is contained in:
Philipp 2025-08-12 13:31:09 +02:00
parent 817858d6ee
commit b0682b23d5
Signed by: Philipp
GPG key ID: B27C3DE2FD94AFC3
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ in
services.pcscd.enable = true;
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
enableSSHSupport = false;
pinentryPackage = pkgs.pinentry;
};
};