diff options
| author | Mel <mel@rnrd.eu> | 2026-02-14 23:20:54 +0100 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-02-14 23:20:54 +0100 |
| commit | 8163c1772413c545583c46194823876ecc0b2707 (patch) | |
| tree | fe038b17d034e2ebcad7ba9e2b7a05c48caf0581 /modules/foundation/www | |
| parent | aaeca19b0b48153b204c21af1778bfd0757d261e (diff) | |
| download | network-8163c1772413c545583c46194823876ecc0b2707.tar.zst network-8163c1772413c545583c46194823876ecc0b2707.zip | |
Remove options deleted in 25.11
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules/foundation/www')
| -rw-r--r-- | modules/foundation/www/default.nix | 9 |
1 files changed, 2 insertions, 7 deletions
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 |
