1
0
Fork 0

configuration/common: fix ssh settings option names

This commit is contained in:
clerie 2023-04-21 20:41:49 +02:00
parent de8a485779
commit 137cebbe9f
1 changed files with 3 additions and 3 deletions

View File

@ -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 {