From 02d3a05d5ff40f5528bb908cea3947a45df389ca Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 12 May 2024 16:57:04 +0200 Subject: feat(hm/conf/gpg): Use my gpg key as an ssh key --- hm/soispha/conf/ssh/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hm/soispha/conf/ssh/default.nix') diff --git a/hm/soispha/conf/ssh/default.nix b/hm/soispha/conf/ssh/default.nix index 1359e4ab..fcce32fd 100644 --- a/hm/soispha/conf/ssh/default.nix +++ b/hm/soispha/conf/ssh/default.nix @@ -5,6 +5,7 @@ hashKnownHosts = false; serverAliveInterval = 240; userKnownHostsFile = "${config.xdg.dataHome}/ssh/known_hosts"; + matchBlocks = { "codeberg.org" = { # TODO:: Remove this once they fix their ipv6 config -- cgit 1.4.1