installer; force prohibit-password

This commit is contained in:
Aaron Bieber 2023-01-04 10:25:51 -07:00
parent a44087fa63
commit c03c19314f
No known key found for this signature in database

View File

@ -130,7 +130,7 @@ in {
openssh = {
enable = true;
# This is set in modules/profiles/installation-device.nix, but it is set to 'yes' :(
#permitRootLogin = "prohibit-password";
permitRootLogin = lib.mkForce "prohibit-password";
passwordAuthentication = false;
};
};