permit root login

This commit is contained in:
Osman Faruk Bayram 2025-12-21 22:00:08 +03:00
parent 28d6686fb3
commit 4fc9253fad

View file

@ -22,6 +22,10 @@ in
;
};
# Allow root SSH login for backup clients to pull data
# Note: Configure root's authorized keys via users.users.root.openssh.authorizedKeys.keys
services.openssh.settings.PermitRootLogin = lib.mkForce "prohibit-password";
# Ensure SSH is enabled for backup access
assertions = [
{