diff --git a/README.org b/README.org index bbab81b..4dddd14 100644 --- a/README.org +++ b/README.org @@ -13,7 +13,7 @@ This web page is also available as [[https://nixos.wiki/wiki/Flakes][Nix Flake]]. The =index.html= file is 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: + To use it for example with Nginx, the flakes (here included as =socialize=) content can be accessed like this: #+begin_example nix services.nginx.virtualHosts."example.org".locations."/".root = "${socialize.packages."".socialize}/var/www/socialize";