From d3869fd58ed10f4c0b62475ef2cfc4255ce81b4b Mon Sep 17 00:00:00 2001 From: stitchy Date: Thu, 9 Jan 2025 19:05:13 -0800 Subject: [PATCH] feat(tanzanite): add shaders location to website --- hosts/tanzanite/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/tanzanite/default.nix b/hosts/tanzanite/default.nix index 0c1bc3f..fdd211c 100644 --- a/hosts/tanzanite/default.nix +++ b/hosts/tanzanite/default.nix @@ -43,6 +43,9 @@ in { location = /404.html { internal; } + location ^~/shaders/ { + alias /opt/www/shader-web-test/; + } location ^~/files/ { alias /opt/www/files/; }