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; + }; }) ]; };