my website
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update readme

chfour 53b90482 4f4979ff

+3 -2
+3 -2
README.md
··· 5 5 this should reproduce the nix store path on the website: 6 6 `nix build github:chfour/website3#website --no-link --print-out-paths` 7 7 8 - [this](https://github.com/chfour/nixos/blob/main/machines/fovps/services/caddy/default.nix) 9 - is the other part of the code that makes this run and it is Cursed because of caching 8 + [this](https://github.com/chfour/nixos/blob/main/machines/fovps/services/caddy/website.nix) 9 + is the other part of the code that makes this run and it is a beautifully cursed 10 + rube goldberg machine that exists just so i can update the website independently 10 11 11 12 run the following to serve everything locally: 12 13 `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"`