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 | |
| parent | 4c050140abc82ece8ce931ef6bad12859a19fdb7 (diff) | |
signing changes
| -rw-r--r-- | hm/conf/git.nix | 2 | ||||
| -rw-r--r-- | os/core/ssh.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/hm/conf/git.nix b/hm/conf/git.nix index a0925ba..a784234 100644 --- a/hm/conf/git.nix +++ b/hm/conf/git.nix @@ -14,7 +14,7 @@ in lfs.enable = true; signing = { signByDefault = true; - key = "1DCCDC4E78380113E9BBBE413C7DEF329223B701"; + key = "EF69F2FB25C8B5A66918EA91A38ACEAB9656CD94"; }; settings = { user = { 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; }; |
