donot add gnupg key to ssh

This commit is contained in:
ulic-youthlic 2025-02-06 16:42:05 +08:00
parent 51c334c726
commit 3d9e974445
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

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