aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2021-03-09 16:18:47 +0100
committerstuebinm2021-03-09 16:19:35 +0100
commitcc97df40b01f33c1bed9218d0b650ec17036f057 (patch)
tree8b71ee434a18b7a2ff7777cc7b8001c9635fa15e
parentcadb05458ba370b29a12b8063f1ec1623f47cf86 (diff)
moved module to default.nix
Should make this whole thing more intuitive to use.
-rw-r--r--README.md2
-rw-r--r--default.nix (renamed from workadventure.nix)0
2 files changed, 1 insertions, 1 deletions
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 = {
diff --git a/workadventure.nix b/default.nix
index c972d40..c972d40 100644
--- a/workadventure.nix
+++ b/default.nix