From 94f08f5ca042cd2d65379b13767096936f8028ce Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Sun, 25 Jan 2026 22:32:59 -0600 Subject: changes --- modules/services/nixos/ssh.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/services/nixos') diff --git a/modules/services/nixos/ssh.nix b/modules/services/nixos/ssh.nix index 23f8fc5..fa8b2ef 100644 --- a/modules/services/nixos/ssh.nix +++ b/modules/services/nixos/ssh.nix @@ -41,8 +41,6 @@ in { AuthenticationMethods = "publickey,keyboard-interactive:pam"; }; - knownHosts = builtins.mapAttrs (_: data: {publicKey = data.host_pubkey;}) hosts; - extraConfig = '' Match LocalPort 2222 AuthenticationMethods publickey -- cgit v1.3.1