diff options
Diffstat (limited to 'modules/foundation')
| -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 |
