diff options
Diffstat (limited to 'modules/home/tools/ssh/default.nix')
| -rw-r--r-- | modules/home/tools/ssh/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/home/tools/ssh/default.nix b/modules/home/tools/ssh/default.nix index 10139df..fb5830c 100644 --- a/modules/home/tools/ssh/default.nix +++ b/modules/home/tools/ssh/default.nix @@ -16,5 +16,10 @@ in { }; programs.ssh.enable = true; + + services.gpg-agent = { + enableSshSupport = true; + sshKeys = [ "1DC50342548C9CAACDD88211FF51697C3622D88A" ]; + }; }; } |