diff options
author | Ben Sima <ben@bsima.me> | 2020-04-03 21:12:54 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-03 21:12:54 -0700 |
commit | d5025c552911b29bb8f2250c5b4aa1f9917a68e4 (patch) | |
tree | 6f5f73f8ab6f1386a2c86981f98c2253c44e745d /Com/Simatime/Prod | |
parent | 49908f6e7662c6ad0479e53b6176e5e06b78734b (diff) |
Add wemux to the dev machine
I also had to refactor the overlays stuff a bit, but it is much nicer now.
Diffstat (limited to 'Com/Simatime/Prod')
-rw-r--r-- | Com/Simatime/Prod/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Com/Simatime/Prod/configuration.nix b/Com/Simatime/Prod/configuration.nix index d5ad02f..0a1d4fc 100644 --- a/Com/Simatime/Prod/configuration.nix +++ b/Com/Simatime/Prod/configuration.nix @@ -5,7 +5,7 @@ enable = true; domain = "que.run"; port = 3000; - package = pkgs.biz.que-server; + package = pkgs.que-server; }; services.nginx.enable = true; } |