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 ];