From 8163c1772413c545583c46194823876ecc0b2707 Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 14 Feb 2026 23:20:54 +0100 Subject: Remove options deleted in 25.11 Signed-off-by: Mel --- modules/foundation/www/default.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'modules/foundation') diff --git a/modules/foundation/www/default.nix b/modules/foundation/www/default.nix index 5030799..c41c2f6 100644 --- a/modules/foundation/www/default.nix +++ b/modules/foundation/www/default.nix @@ -25,9 +25,8 @@ let rnrdUrl = if me.is.renard then "rnrd.eu" else "${me.name}.rnrd.eu"; - default-page-index = pkgs.substituteAll { - src = ../../../assets/base.html; - env.me = util.titleCase me.name; + default-page-index = pkgs.replaceVars ../../../assets/base.html { + me = util.titleCase me.name; }; default-page-index-w-goat = pkgs.concatText "base.html" [ @@ -85,10 +84,6 @@ in security.acme = { acceptTerms = true; - # this sometimes causes issues with tailnet certificates, - # but otherwise nginx does not want to launch with how i've configured it. - # TODO if tailscale cert generation is failing again, investigate. - preliminarySelfsigned = true; defaults = { email = "mel@rnrd.eu"; # our certificates are really only used with Nginx -- cgit 1.4.1