diff options
| author | adikro <adikro@disroot.org> | 2026-03-10 21:47:00 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-03-10 21:47:00 +0100 |
| commit | ffefb53956c38909da77fe7ebbbb5d8b5dd823b9 (patch) | |
| tree | 3e67812d9424bdc465f7b9eb7958bbbecf909afb /os | |
| parent | 4c050140abc82ece8ce931ef6bad12859a19fdb7 (diff) | |
signing changes
Diffstat (limited to 'os')
| -rw-r--r-- | os/core/ssh.nix | 1 |
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; }; |
