add gnupg key as ssh key

This commit is contained in:
ulic-youthlic 2025-01-23 22:34:06 +08:00
parent d5bc72e124
commit 88feb822bd
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -21,6 +21,9 @@
enable = true;
enableSshSupport = true;
pinentryPackage = outputs.packages."${pkgs.system}".pinentry-selector;
sshKeys = [
"C817E333BF88F16EA0F7ADE27BDCCC16AD25E5A6"
];
}
(lib.mkIf config.youthlic.programs.fish.enable {
enableFishIntegration = true;