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 dd2885d7bb8a..079b3a163584 100644 --- a/ops/machines/sanduny/default.nix +++ b/ops/machines/sanduny/default.nix @@ -15,6 +15,7 @@ in { imports = [ (mod "tvl-users.nix") + (mod "www/sanduny.tvl.su.nix") ]; networking = { diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix index 61f44a5ec41a..64238532c8f3 100644 --- a/ops/machines/whitby/default.nix +++ b/ops/machines/whitby/default.nix @@ -41,6 +41,7 @@ in "${depot.path}/ops/modules/www/todo.tvl.fyi.nix" "${depot.path}/ops/modules/www/tvl.fyi.nix" "${depot.path}/ops/modules/www/tvl.su.nix" + "${depot.path}/ops/modules/www/whitby.tvl.fyi.nix" "${depot.path}/ops/modules/www/wigglydonke.rs.nix" "${depot.third_party.agenix.src}/modules/age.nix" "${pkgs.path}/nixos/modules/services/web-apps/gerrit.nix" |