From e4807df2808ac6059664f2b68a363e0295134766 Mon Sep 17 00:00:00 2001 From: notohh Date: Wed, 1 Mar 2023 02:06:34 -0500 Subject: [PATCH] chore: fix ssh warn --- hosts/hime/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/hosts/hime/default.nix b/hosts/hime/default.nix index e6ecee3..07c9c6e 100644 --- a/hosts/hime/default.nix +++ b/hosts/hime/default.nix @@ -41,8 +41,8 @@ services.openssh = { enable = true; - passwordAuthentication = true; - kbdInteractiveAuthentication = false; + PasswordAuthentication = true; + KbdInteractiveAuthentication = false; }; services.fstrim = { @@ -58,8 +58,6 @@ extraGroups = [ "networkmanager" "wheel" ]; packages = with pkgs; [ neofetch - helix - lazygit hugo yt-dlp ];