From 2e9761af0a15c7f2f7a53be3843f0a468c555f4d Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Thu, 20 Jul 2023 14:05:24 -0600 Subject: [PATCH] Add phantomthieves forwarding for taba --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/flake.nix b/flake.nix index 1142a49..0cb73e1 100644 --- a/flake.nix +++ b/flake.nix @@ -71,6 +71,12 @@ forceSSL = true; enableACME = true; }; + + services.nginx.virtualHosts."phantomthieves.net" = { + locations."/" = { proxyPass = "http://necronomicon.tempest.local:4000"; }; + forceSSL = true; + enableACME = true; + }; }) ]; };