Add GPG-SSH agent key
This commit is contained in:
parent
af34a76818
commit
52d008c41e
1 changed files with 3 additions and 1 deletions
|
@ -57,6 +57,8 @@
|
||||||
enableSshSupport = true;
|
enableSshSupport = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
pinentryPackage = pkgs.pinentry-qt;
|
pinentryPackage = pkgs.pinentry-qt;
|
||||||
# sshKeys = [ ];
|
sshKeys = [
|
||||||
|
"817A829FB1FB95441156F93C7F4FD04ACDDE5E48 0"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue