1
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

View File

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