diff --git a/hosts/hime/default.nix b/hosts/hime/default.nix index 07c9c6e..9cb9d8f 100644 --- a/hosts/hime/default.nix +++ b/hosts/hime/default.nix @@ -41,9 +41,11 @@ services.openssh = { enable = true; + settings = { PasswordAuthentication = true; KbdInteractiveAuthentication = false; }; +}; services.fstrim = { enable = true;