services.openssh -> programs.ssh

This commit is contained in:
Katherina Walshe-Grey 2025-02-05 19:12:03 +00:00
parent cc19ed9a39
commit a40220a4b9

View file

@ -133,7 +133,7 @@ in
}; };
}; };
services.openssh.knownHosts = lib.mapAttrs' programs.ssh.knownHosts = lib.mapAttrs'
(name: host: lib.nameValuePair ("birdsong_" + name) { (name: host: lib.nameValuePair ("birdsong_" + name) {
publicKey = host.hostKey; publicKey = host.hostKey;
hostNames = [ host.ipv4 host.ipv6 ]; hostNames = [ host.ipv4 host.ipv6 ];