diff --git a/flake.lock b/flake.lock index e7a39e6..b3faec9 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ "utils": "utils" }, "locked": { - "lastModified": 1690848785, - "narHash": "sha256-hB00VBeg9d8s2tCcZb1a+JtXAKRZPgqP9pQBBEBaZ48=", + "lastModified": 1691019226, + "narHash": "sha256-hCSwb0bVbu/bmpo1Y3Ly5sJpsAu3tOtmDdxcb80mO8Q=", "ref": "refs/heads/main", - "rev": "fb972bc2227fea75f0c3644a1b80fe4f31938dff", - "revCount": 16, + "rev": "12d2b39b0a8de5b9ef9eb1d3e1dd36b63d7485ce", + "revCount": 23, "type": "git", "url": "ssh://git@git.tempest.dev/ashe/ashen-earth" }, diff --git a/flake.nix b/flake.nix index a6fe355..1975fc7 100644 --- a/flake.nix +++ b/flake.nix @@ -83,6 +83,12 @@ forceSSL = true; enableACME = true; }; + + services.nginx.virtualHosts."forum.phantomthieves.net" = { + locations."/" = { proxyPass = "http://melete.tempest.local:8999"; }; + forceSSL = true; + enableACME = true; + }; }) ]; }; diff --git a/hosts/nyx/configuration.nix b/hosts/nyx/configuration.nix index 9c0598e..8f65a58 100644 --- a/hosts/nyx/configuration.nix +++ b/hosts/nyx/configuration.nix @@ -24,6 +24,7 @@ networking.extraHosts = '' 100.104.209.75 hemera hemera.tempest.local 100.64.81.74 necronomicon necronomicon.tempest.local + 100.67.153.61 melete melete.tempest.local ''; ashe.system.hostname = "nyx";