diff options
Diffstat (limited to 'ops/machines')
-rw-r--r-- | ops/machines/sanduny/default.nix | 1 | ||||
-rw-r--r-- | ops/machines/whitby/default.nix | 1 |
2 files changed, 2 insertions, 0 deletions
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") ]; diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix index 64238532c8f3..1d0096abff1f 100644 --- a/ops/machines/whitby/default.nix +++ b/ops/machines/whitby/default.nix @@ -13,6 +13,7 @@ in "${depot.path}/ops/modules/gerrit-queue.nix" "${depot.path}/ops/modules/irccat.nix" "${depot.path}/ops/modules/josh.nix" + "${depot.path}/ops/modules/known-hosts.nix" "${depot.path}/ops/modules/monorepo-gerrit.nix" "${depot.path}/ops/modules/nixery.nix" "${depot.path}/ops/modules/oauth2_proxy.nix" |