From 84136a4af652411fac8c8b01b6dfc9d0814bc110 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sun, 16 Nov 2025 15:52:52 -0500 Subject: [PATCH] yarn: enable ssh as root --- etcnixos/system-yarn.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }; };