don't conflict with known_hosts specified elsewhere
This commit is contained in:
parent
007130e869
commit
cc19ed9a39
|
@ -133,8 +133,8 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
services.openssh.knownHosts = builtins.mapAttrs
|
||||
(name: host: {
|
||||
services.openssh.knownHosts = lib.mapAttrs'
|
||||
(name: host: lib.nameValuePair ("birdsong_" + name) {
|
||||
publicKey = host.hostKey;
|
||||
hostNames = [ host.ipv4 host.ipv6 ];
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue