diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2021-08-30 21:38:09 -0600 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2021-08-30 21:38:09 -0600 |
commit | 6bebc3fae73b5f5f68e5de9e083635cfab9037b1 (patch) | |
tree | 634bf166a2295ba3d4fc12bf71f22eeb48fe3b35 /srv | |
parent | 9343d2ea697f13e52e9199fce62a959f1954f580 (diff) |
have circus run static serve, and optionally able to skip services via Makefile
Diffstat (limited to 'srv')
-rw-r--r-- | srv/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srv/default.nix b/srv/default.nix index eaf6ddc..a36739a 100644 --- a/srv/default.nix +++ b/srv/default.nix @@ -12,7 +12,7 @@ "-listen-proto=${config.listenProto}" "-listen-addr=${config.listenAddr}" "-redis-proto=unix" - "-redis-addr=${config.runDir}/redis" + "-redis-addr=${config.redisListenPath}" ] ++ ( if config.staticProxyURL == "" then [ "-static-dir=${staticBuild}" ] |