diff --git a/etcnixos/system-yarn.nix b/etcnixos/system-yarn.nix index bc499e8..efe5e05 100644 --- a/etcnixos/system-yarn.nix +++ b/etcnixos/system-yarn.nix @@ -35,7 +35,7 @@ AllowUsers = null; # Allows all users by default. Can be [ "user1" "user2" ] UseDns = true; X11Forwarding = false; - PermitRootLogin = "no"; # "yes", "without-password", "prohibit-password", "forced-commands-only", "no" + PermitRootLogin = "yes"; # "yes", "without-password", "prohibit-password", "forced-commands-only", "no" }; };