From a40220a4b977bc04cbe9e13ff5c667ed6f252677 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Wed, 5 Feb 2025 19:12:03 +0000 Subject: [PATCH] services.openssh -> programs.ssh --- peering.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peering.nix b/peering.nix index 97cf12d..4fee698 100644 --- a/peering.nix +++ b/peering.nix @@ -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 ];