From fad5857bfa631b363397fdd67dde134a2e470aea Mon Sep 17 00:00:00 2001 From: notohh Date: Wed, 1 Mar 2023 02:08:41 -0500 Subject: [PATCH] whoops --- hosts/hime/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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;