diff --git a/README.org b/README.org index 70db0ff..1430ce3 100644 --- a/README.org +++ b/README.org @@ -13,11 +13,11 @@ If you want to host it (e.g. under /socialize.mybar.org/), grab the code, adjust anything to your liking and provide the =index.html= and =favicon.png= files via a webserver. This web page is also available as [[https://nixos.wiki/wiki/Flakes][Nix Flake]]. - The two neccessary files are provided directly in =$out=. + The two neccessary files are provided in =/var/www/socialize= of the flake output. To use it for example with Nginx, the flake (included as =socialize=) content can be used like this: #+begin_example nix - services.nginx.virtualHosts."example.org".locations."/".root = socialize.packages."".socialize; + services.nginx.virtualHosts."example.org".locations."/".root = "${socialize.packages."".socialize}/var/www/socialize"; #+end_example ** Adding questions