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.enable = true;
|
||||||
services.openssh.settings = {
|
services.openssh.settings = {
|
||||||
passwordAuthentication = false;
|
PasswordAuthentication = false;
|
||||||
kbdInteractiveAuthentication = false;
|
KbdInteractiveAuthentication = false;
|
||||||
permitRootLogin = lib.mkDefault "no";
|
PermitRootLogin = lib.mkDefault "no";
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.gc = lib.mkDefault {
|
nix.gc = lib.mkDefault {
|
||||||
|
Loading…
Reference in New Issue
Block a user