From 985a4cc0576910625e5d34d70f35338fc52e2f88 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Fri, 10 Oct 2025 10:17:51 -0400 Subject: fix ssh settings --- modules/ssh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/ssh.nix b/modules/ssh.nix index 061f5fe..d487e31 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -4,8 +4,8 @@ services.openssh = { enable = true; settings = { - permitRootLogin = "no"; - passwordAuthentication = false; + PermitRootLogin = "no"; + PasswordAuthentication = false; }; }; } -- cgit v1.2.3