From 8f7c59e10a48c24120dd580b196acd419e5875d0 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Fri, 11 Aug 2023 16:51:35 +0200 Subject: add custom nixinate impl --- modules/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'modules/default.nix') diff --git a/modules/default.nix b/modules/default.nix index 7f71fab..f94ece5 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -34,8 +34,10 @@ security.sudo.wheelNeedsPassword = false; services.openssh = { enable = true; - passwordAuthentication = false; - permitRootLogin = "no"; + settings = { + PasswordAuthentication = false; + PermitRootLogin = "no"; + }; }; # CPU -- cgit v1.2.3