From a380a35956eca1f9237da4e5e8e5cfc0c8c98c17 Mon Sep 17 00:00:00 2001 From: Jimbo Date: Mon, 26 Aug 2024 14:56:41 -0400 Subject: [PATCH] Change another typo --- nixos/server/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/server/nginx.nix b/nixos/server/nginx.nix index 135ff23..6d31b0a 100644 --- a/nixos/server/nginx.nix +++ b/nixos/server/nginx.nix @@ -15,7 +15,7 @@ "${secrets.jimDomain}" = { enableACME = true; addSSL = true; - root = ./websites/Jimbo-Landing-Page; + root = ./webpages/Jimbo-Landing-Page; locations = { "/.well-known/matrix/client" = { extraConfig = ''