common: update openssh setting API
This commit is contained in:
parent
78939bbb55
commit
f8c06f985e
|
@ -226,11 +226,10 @@ in {
|
|||
|
||||
resolved.enable = true;
|
||||
|
||||
openssh = {
|
||||
# enable = true;
|
||||
passwordAuthentication = false;
|
||||
kbdInteractiveAuthentication = false;
|
||||
permitRootLogin = "no";
|
||||
openssh.settings = {
|
||||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
PermitRootLogin = "no";
|
||||
};
|
||||
|
||||
udev.packages = with pkgs; [
|
||||
|
|
Loading…
Reference in New Issue