installer; force prohibit-password
This commit is contained in:
parent
a44087fa63
commit
c03c19314f
@ -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;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user