services.openssh -> programs.ssh
This commit is contained in:
parent
cc19ed9a39
commit
a40220a4b9
|
@ -133,7 +133,7 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
services.openssh.knownHosts = lib.mapAttrs'
|
||||
programs.ssh.knownHosts = lib.mapAttrs'
|
||||
(name: host: lib.nameValuePair ("birdsong_" + name) {
|
||||
publicKey = host.hostKey;
|
||||
hostNames = [ host.ipv4 host.ipv6 ];
|
||||
|
|
Loading…
Reference in a new issue