diff --git a/services/openssh.nix b/services/openssh.nix index 1b57d894..e69375db 100644 --- a/services/openssh.nix +++ b/services/openssh.nix @@ -2,8 +2,8 @@ services.openssh = { enable = true; openFirewall = true; - permitRootLogin = "no"; - passwordAuthentication = "true"; # Set this to false when keys are configured + settings.permitRootLogin = "no"; + settings.passwordAuthentication = "true"; # Set this to false when keys are configured banner = '' You are accessing a U.S. Government (USG) Information System (IS) that is provided for USG-authorized use only.