From 04f07135d1a13e4cfba5e817a6e8647966546403 Mon Sep 17 00:00:00 2001 From: Whovian9369 Date: Fri, 9 Aug 2024 18:17:57 -0400 Subject: [PATCH] I have no clue why this was shown as differing but whatever. --- flake.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/flake.nix b/flake.nix index 85227fb..d6af066 100644 --- a/flake.nix +++ b/flake.nix @@ -305,6 +305,14 @@ openssh.authorizedKeys.keys = mySSHKeys; }; + services.openssh = { + enable = true; + settings = { + PasswordAuthentication = false; + KbdInteractiveAuthentication = false; + }; + }; + environment.shells = [ pkgs.zsh ];