From 9531a43b82f2534760c7ccbfa06652c47cf5027d Mon Sep 17 00:00:00 2001 From: Kayh Date: Sun, 15 Sep 2024 15:49:12 -0400 Subject: [PATCH] disable web deployment --- deploy/config/unavi-server.nix | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/deploy/config/unavi-server.nix b/deploy/config/unavi-server.nix index 1fc4c74e6..7a33b5ab6 100644 --- a/deploy/config/unavi-server.nix +++ b/deploy/config/unavi-server.nix @@ -4,7 +4,7 @@ domainWorld, pkgs, unavi-server, - unavi-web, + # unavi-web, ... }: let @@ -64,17 +64,17 @@ in }; }; }; - ${domainWeb} = { - enableACME = true; - forceSSL = true; - http2 = true; - root = unavi-web; - locations = { - "/" = { - index = "index.html"; - }; - }; - }; + # ${domainWeb} = { + # enableACME = true; + # forceSSL = true; + # http2 = true; + # root = unavi-web; + # locations = { + # "/" = { + # index = "index.html"; + # }; + # }; + # }; ${domainWorld} = { enableACME = true; forceSSL = true;