diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ a normal NixOS service, i.e. like so: ```nix {config, pkgs, ...}: { - imports = [ "${fediventure}/workadventure.nix" ]; + imports = [ "${this-repo}/workadventure.nix" ]; services.workadventure."localhost" = { nginx = { @@ -28,4 +28,4 @@ a normal NixOS service, i.e. like so: }; }; } -```
\ No newline at end of file +``` |