summaryrefslogtreecommitdiff
path: root/os/core
diff options
context:
space:
mode:
Diffstat (limited to 'os/core')
-rw-r--r--os/core/ssh.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/core/ssh.nix b/os/core/ssh.nix
index a0cb1f4..3d1bedb 100644
--- a/os/core/ssh.nix
+++ b/os/core/ssh.nix
@@ -23,6 +23,7 @@ in
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
+ # settings.default-key = "1DCCDC4E78380113E9BBBE413C7DEF329223B701";
pinentryPackage = pkgs.pinentry-curses;
};