This commit is contained in:
andromeda
2026-01-06 18:30:12 +01:00
parent c9a5c521db
commit beaceffff0
13 changed files with 32 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
{
services.openssh.settings.PermitRootLogin = "yes";
{lib, ...}: {
services.openssh.settings.PermitRootLogin = lib.mkForce "yes";
}