From cc97df40b01f33c1bed9218d0b650ec17036f057 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Tue, 9 Mar 2021 16:18:47 +0100 Subject: moved module to default.nix Should make this whole thing more intuitive to use. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0ec061f..cd7f798 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ a normal NixOS service, i.e. like so: ```nix {config, pkgs, ...}: { - imports = [ "${this-repo}/workadventure.nix" ]; + imports = [ path-to-this-repo ]; services.workadventure."localhost" = { nginx = { -- cgit v1.2.3