permiitRootLogin -> permitRootLogin
This commit is contained in:
parent
2c904663d1
commit
d84a41ad58
|
@ -304,7 +304,7 @@ in {
|
||||||
openssh = {
|
openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
startWhenNeeded = true;
|
startWhenNeeded = true;
|
||||||
permiitRootLogin = "no";
|
permitRootLogin = "no";
|
||||||
hostKeys = map (keypair: {
|
hostKeys = map (keypair: {
|
||||||
path = "/run/openssh/keys/${keypairFilename keypair}";
|
path = "/run/openssh/keys/${keypairFilename keypair}";
|
||||||
type = keypair.key-type;
|
type = keypair.key-type;
|
||||||
|
|
Loading…
Reference in New Issue