From 4caaed049ec818a29cb6b0e67e48680f508dccaf Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 19 Dec 2022 11:19:18 +0100 Subject: [PATCH] Fix odin SSH auth --- odin/common_configuration.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/odin/common_configuration.nix b/odin/common_configuration.nix index 4bbf0f9..d6275d0 100644 --- a/odin/common_configuration.nix +++ b/odin/common_configuration.nix @@ -165,12 +165,7 @@ with lib; { services.onedrive.enable = true; # Enable the OpenSSH daemon. - services.openssh = { - enable = true; - openFirewall = true; - permitRootLogin = "no"; - passwordAuthentication = false; - }; + services.openssh = { enable = true; openFirewall = true; }; # Cooling management services.thermald.enable = true;