diff options
author | Vincent Ambo <mail@tazj.in> | 2022-02-17T15·34+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-02-18T08·15+0000 |
commit | b936843bb0464d95d0afbfbf7b9656d80a7464a7 (patch) | |
tree | 38646799f9b74638730b44db3dd621cd82082f45 /ops/machines/whitby | |
parent | f4f1d97052199143660508e0cf56aa3aef8e02d9 (diff) |
feat(ops/modules): Redirect machine base names to their config r/3843
With this change, entering just "whitby.tvl.fyi" or "sanduny.tvl.su" in a browser will redirect users to their machine configurations. Change-Id: Ibf076a469bcce073e1b1970aa568d6fe16a5c75a Reviewed-on: https://cl.tvl.fyi/c/depot/+/5304 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'ops/machines/whitby')
-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 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" |