From 95780174e173f59b27d4f1f4e6628262f105477a Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 17 Feb 2022 19:20:48 +0300 Subject: feat(ops/machines): Add a module for known SSH keys Change-Id: I443e479f3edf9c6540de7b5a33bc6f7e2a9c5183 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5305 Tested-by: BuildkiteCI Reviewed-by: sterni Autosubmit: tazjin --- ops/machines/sanduny/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'ops/machines/sanduny') diff --git a/ops/machines/sanduny/default.nix b/ops/machines/sanduny/default.nix index 079b3a163584..f5fc7cdac66a 100644 --- a/ops/machines/sanduny/default.nix +++ b/ops/machines/sanduny/default.nix @@ -14,6 +14,7 @@ let in { imports = [ + (mod "known-hosts.nix") (mod "tvl-users.nix") (mod "www/sanduny.tvl.su.nix") ]; -- cgit 1.4.1