diff --git a/nginx.nix b/nginx.nix index a415c0b..57f6c5c 100644 --- a/nginx.nix +++ b/nginx.nix @@ -8,7 +8,7 @@ }]; locations."/" = { index = "index.html"; - root = /srv/website; + root = "/srv/website"; }; }; };