From d2461bc6b8c64c69d30d0ad113f6b73e31475cce Mon Sep 17 00:00:00 2001 From: Jimbo Date: Mon, 26 Aug 2024 14:59:18 -0400 Subject: [PATCH] Fix more typos --- 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 6d31b0a..ff88962 100644 --- a/nixos/server/nginx.nix +++ b/nixos/server/nginx.nix @@ -76,6 +76,6 @@ # Allow Nginx to read and write to paths systemd.services.nginx.serviceConfig = { - ReadWritePaths = [ ./websites/Jimbo-Landing-Page ]; + ReadWritePaths = [ ./webpages/Jimbo-Landing-Page ]; }; }