From c6690eeea2f758d80b029d8251194fac711947b7 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Mon, 23 Aug 2021 19:45:11 +0200 Subject: [PATCH] update README --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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