base: switch to new sshd settings format
This commit is contained in:
parent
a7fdb7cebb
commit
e237da22a6
|
@ -9,11 +9,11 @@
|
|||
};
|
||||
|
||||
services.openssh = {
|
||||
passwordAuthentication = false;
|
||||
permitRootLogin = "no";
|
||||
extraConfig = ''
|
||||
StreamLocalBindUnlink yes
|
||||
'';
|
||||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
PermitRootLogin = "no";
|
||||
StreamLocalBindUnlink = true;
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = builtins.attrValues {
|
||||
|
|
Loading…
Reference in a new issue