From a8e0e7e60ee96c10c3ff773f3220821ecdbfad6b Mon Sep 17 00:00:00 2001 From: zackartz Date: Thu, 6 Jun 2024 12:22:31 -0400 Subject: [PATCH] enable map --- modules/nixos/sites/map/default.nix | 4 ++-- systems/x86_64-linux/pluto/default.nix | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/nixos/sites/map/default.nix b/modules/nixos/sites/map/default.nix index a28456f..75d6811 100644 --- a/modules/nixos/sites/map/default.nix +++ b/modules/nixos/sites/map/default.nix @@ -16,9 +16,9 @@ in { services.nginx.virtualHosts."cobblemonsurvival.zackmyers.io" = { forceSSL = true; enableACME = true; - locations."/".extraConfig = '' + locations."/" = { proxyPass = "http://localhost:8100"; - ''; + }; }; }; } diff --git a/systems/x86_64-linux/pluto/default.nix b/systems/x86_64-linux/pluto/default.nix index 9854371..b8733a8 100644 --- a/systems/x86_64-linux/pluto/default.nix +++ b/systems/x86_64-linux/pluto/default.nix @@ -30,6 +30,7 @@ mirror.enable = true; pterodactyl.enable = true; search.enable = true; + map.enable = true; }; zmio.blog.enable = true;