diff --git a/options/custom/programs/ssh.nix b/options/custom/programs/ssh.nix index 248006c..15bcfc9 100644 --- a/options/custom/programs/ssh.nix +++ b/options/custom/programs/ssh.nix @@ -9,12 +9,6 @@ in { options.custom.programs.ssh.enable = mkOption {default = false;}; config = mkIf cfg.enable { - # Disable prompt for new hosts - # MitM warning is still active - programs.ssh.extraConfig = '' - StrictHostKeyChecking no - ''; - home-manager.users.${config.custom.username} = { programs.ssh.enable = true;