From 0a01c859abe7bc7f4c0e3d270a7d29c10d332403 Mon Sep 17 00:00:00 2001 From: Amanda Graven <amanda@graven.dev> Date: Sat, 29 Mar 2025 15:05:09 +0100 Subject: [PATCH] Route amanda.graven.dev to wind --- config/hosts/wind/services/nginx.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/hosts/wind/services/nginx.nix b/config/hosts/wind/services/nginx.nix index 48176d7..81b3086 100644 --- a/config/hosts/wind/services/nginx.nix +++ b/config/hosts/wind/services/nginx.nix @@ -21,6 +21,11 @@ ''; }; }; + "amanda.graven.dev" = { + enableACME = true; + forceSSL = true; + locations."/".root = "/var/www/amanda.graven.dev/public"; + }; "rss.graven.dev" = { enableACME = true; forceSSL = true;