configuration/common: fix ssh settings option names
This commit is contained in:
parent
de8a485779
commit
137cebbe9f
@ -53,9 +53,9 @@
|
||||
|
||||
services.openssh.enable = true;
|
||||
services.openssh.settings = {
|
||||
passwordAuthentication = false;
|
||||
kbdInteractiveAuthentication = false;
|
||||
permitRootLogin = lib.mkDefault "no";
|
||||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
PermitRootLogin = lib.mkDefault "no";
|
||||
};
|
||||
|
||||
nix.gc = lib.mkDefault {
|
||||
|
Loading…
Reference in New Issue
Block a user