diff options
author | stuebinm | 2021-03-09 16:18:47 +0100 |
---|---|---|
committer | stuebinm | 2021-03-09 16:19:35 +0100 |
commit | cc97df40b01f33c1bed9218d0b650ec17036f057 (patch) | |
tree | 8b71ee434a18b7a2ff7777cc7b8001c9635fa15e | |
parent | cadb05458ba370b29a12b8063f1ec1623f47cf86 (diff) |
moved module to default.nix
Should make this whole thing more intuitive to use.
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | default.nix (renamed from workadventure.nix) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -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 |