diff --git a/nix/nixosProfiles/common.nix b/nix/nixosProfiles/common.nix index b348cb8..1ed9c7e 100644 --- a/nix/nixosProfiles/common.nix +++ b/nix/nixosProfiles/common.nix @@ -81,6 +81,10 @@ in git.enable = true; ssh = { + extraConfig = '' + Host * + VerifyHostKeyDNS yes + ''; hostKeyAlgorithms = [ "ssh-ed25519" "ssh-rsa"