donot add gnupg key to ssh
This commit is contained in:
parent
51c334c726
commit
3d9e974445
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue