···55this should reproduce the nix store path on the website:
66`nix build github:chfour/website3#website --no-link --print-out-paths`
7788-[this](https://github.com/chfour/nixos/blob/main/machines/fovps/services/caddy/default.nix)
99-is the other part of the code that makes this run and it is Cursed because of caching
88+[this](https://github.com/chfour/nixos/blob/main/machines/fovps/services/caddy/website.nix)
99+is the other part of the code that makes this run and it is a beautifully cursed
1010+rube goldberg machine that exists just so i can update the website independently
10111112run the following to serve everything locally:
1213`nix run nixpkgs#caddy -- file-server -l 0.0.0.0:8000 -a -r "$(nix build .#website.out --no-link --print-out-paths)/var/www"`