fix punctuation

Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>
This commit is contained in:
Taeer Bar-Yam
2022-01-19 09:38:13 -05:00
committed by GitHub
parent 8fa2e787f1
commit aa99bd69f0

View File

@@ -278,7 +278,7 @@ in
message = "knownHost ${name} must contain either a publicKey or publicKeyFile";
});
warnings = mapAttrsToList (name: _: ''programs.ssh.knownHosts.${name}.hostNames is deprecated use programs.ssh.knownHosts.${name}.extraHostNames'')
warnings = mapAttrsToList (name: _: ''programs.ssh.knownHosts.${name}.hostNames is deprecated, use programs.ssh.knownHosts.${name}.extraHostNames'')
(filterAttrs (name: {hostNames, extraHostNames, ...}: hostNames != [ name ] ++ extraHostNames) cfg.knownHosts);
# SSH configuration. Slight duplication of the sshd_config