diff --git a/server/default.nix b/server/default.nix index 010f9dd..a85c7cd 100644 --- a/server/default.nix +++ b/server/default.nix @@ -97,7 +97,7 @@ in settings = { PasswordAuthentication = false; KbdInteractiveAuthentication = false; - permitRootLogin = "yes"; + PermitRootLogin = "yes"; }; }; }; diff --git a/workstation/default.nix b/workstation/default.nix index c50251c..e3a5092 100644 --- a/workstation/default.nix +++ b/workstation/default.nix @@ -144,7 +144,7 @@ in settings = { PasswordAuthentication = false; KbdInteractiveAuthentication = false; - #permitRootLogin = "yes"; + #PermitRootLogin = "yes"; }; }; };