From 8df15d275e26f051eaadfeedcf6a37cbdb9b2831 Mon Sep 17 00:00:00 2001 From: Asaki Yuki Date: Mon, 20 Apr 2026 05:03:40 +0700 Subject: [PATCH] idk --- modules/services/openssh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/services/openssh.nix b/modules/services/openssh.nix index 4c61a20..5d0254e 100644 --- a/modules/services/openssh.nix +++ b/modules/services/openssh.nix @@ -8,6 +8,7 @@ AllowUsers = [ "asakiyuki" "junko" + "git" ]; PasswordAuthentication = true; KbdInteractiveAuthentication = false;