add gnupg key as ssh key
This commit is contained in:
parent
d5bc72e124
commit
88feb822bd
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue