diff --git a/triviOS/web.nix b/triviOS/web.nix index f2c3f83..92e98d8 100644 --- a/triviOS/web.nix +++ b/triviOS/web.nix @@ -11,6 +11,8 @@ default = true; locations = { + "/static".alias = ../ui/main/static; + "/".extraConfig = '' uwsgi_pass unix://${config.services.uwsgi.runDir}/uwsgi.sock; ''; @@ -33,7 +35,7 @@ }; }; - udev.extraRules = = '' + udev.extraRules = '' KERNEL=="gpiochip*", GROUP="uwsgi", MODE="660" ''; };