From 552e495b17725956605a6d63f5f12f33ce03d568 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Thu, 9 Oct 2025 21:25:50 -0400 Subject: rename --- modules/ssh.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/ssh.nix b/modules/ssh.nix index a389210..061f5fe 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -3,7 +3,9 @@ { services.openssh = { enable = true; - permitRootLogin = "no"; - passwordAuthentication = false; + settings = { + permitRootLogin = "no"; + passwordAuthentication = false; + }; }; } -- cgit v1.2.3