permiitRootLogin -> permitRootLogin

This commit is contained in:
niten 2024-06-06 10:54:34 -07:00
parent 2c904663d1
commit d84a41ad58
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ in {
openssh = {
enable = true;
startWhenNeeded = true;
permiitRootLogin = "no";
permitRootLogin = "no";
hostKeys = map (keypair: {
path = "/run/openssh/keys/${keypairFilename keypair}";
type = keypair.key-type;