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;