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