From ac6717fe3c5cf5ab6b495092e8dd4565a4242eac Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 18 Feb 2022 14:32:25 +0300 Subject: fix(ops/modules/www): Make self-redirect to config a generic module As suggested by sterni, this makes the self-redirect of a machine to its configuration a generic module working by convention. In the process of moving this two small fixes have been applied: * redirect is only applied if the URI is `/`, this is required for ACME to work * addSSL = true is added, otherwise we have a certificate but no TLS listener Change-Id: Icaef041ff681253a61e36926417bdb2844e3f93d Reviewed-on: https://cl.tvl.fyi/c/depot/+/5313 Autosubmit: tazjin Reviewed-by: sterni Tested-by: BuildkiteCI --- ops/machines/sanduny/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ops/machines/sanduny') diff --git a/ops/machines/sanduny/default.nix b/ops/machines/sanduny/default.nix index a2928815fb15..109e6e693d96 100644 --- a/ops/machines/sanduny/default.nix +++ b/ops/machines/sanduny/default.nix @@ -17,7 +17,7 @@ in (mod "journaldriver.nix") (mod "known-hosts.nix") (mod "tvl-users.nix") - (mod "www/sanduny.tvl.su.nix") + (mod "www/self-redirect.nix") ]; networking = { -- cgit 1.4.1