change priority of PermitRootLogin for install iso to work

This commit is contained in:
Gerg-L 2025-01-30 18:26:07 -05:00
parent bfdc54cd54
commit 0033192efd
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI

View file

@ -45,7 +45,7 @@
}
];
settings = {
PermitRootLogin = lib.mkDefault "no";
PermitRootLogin = lib.mkOverride 1001 "no";
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
};