diff --git a/hosts/Alaska/default.nix b/hosts/Alaska/default.nix index 75c4088..fd7ccc0 100644 --- a/hosts/Alaska/default.nix +++ b/hosts/Alaska/default.nix @@ -7,7 +7,7 @@ services = { sshd.enable = true; - openssh.permitRootLogin = "no"; + openssh.settings.PermitRootLogin = "no"; }; systemd.services.sshd.wantedBy = [ "multi-user.target" ];