Add GPG-SSH agent key

This commit is contained in:
Tyler Beckman 2024-11-21 22:32:17 -07:00
parent af34a76818
commit 52d008c41e
Signed by: Ty
GPG key ID: 2813440C772555A4

View file

@ -57,6 +57,8 @@
enableSshSupport = true;
enableZshIntegration = true;
pinentryPackage = pkgs.pinentry-qt;
# sshKeys = [ ];
sshKeys = [
"817A829FB1FB95441156F93C7F4FD04ACDDE5E48 0"
];
};
}