diff options
author | Vincent Ambo <mail@tazj.in> | 2022-02-17T16·20+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-02-18T08·22+0000 |
commit | 95780174e173f59b27d4f1f4e6628262f105477a (patch) | |
tree | 59392a3dd1d54148bb00710df65751b81ef35c36 /ops/machines/whitby/default.nix | |
parent | b936843bb0464d95d0afbfbf7b9656d80a7464a7 (diff) |
feat(ops/machines): Add a module for known SSH keys r/3844
Change-Id: I443e479f3edf9c6540de7b5a33bc6f7e2a9c5183 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5305 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'ops/machines/whitby/default.nix')
-rw-r--r-- | ops/machines/whitby/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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" |