From 9ed458beb4c6408f8b2c3268637146f2ed6f6494 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Mon, 23 Aug 2021 19:26:21 +0200 Subject: [PATCH] update README --- README.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.org b/README.org index 65317b1..70db0ff 100644 --- a/README.org +++ b/README.org @@ -12,6 +12,14 @@ 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=. + 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; + #+end_example + ** Adding questions Fork this repo, add your questions to the =questions= array in the =index.html= file and submit a pull request :)