From 6feffc568ae790a883b9e0509d755e7d9bd82ee1 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sun, 8 Aug 2021 07:57:45 -0600 Subject: refactor how nix derivations are organized and built --- config.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'config.nix') diff --git a/config.nix b/config.nix index b0396a8..1d9c77a 100644 --- a/config.nix +++ b/config.nix @@ -1,10 +1,14 @@ { + runDir = "/tmp/mediocre-blog/run"; + dataDir = "/tmp/mediocre-blog/data"; + powSecret = "ssshhh"; mlSMTPAddr = ""; mlSMTPAuth = ""; - dataDir = "/tmp/mediocre-blog-data"; publicURL = "http://localhost:4000"; listenProto = "tcp"; listenAddr = ":4000"; - redisListenPath = "/tmp/mediocre-blog-redis"; + + # If empty then a derived static directory is used + staticProxyURL = "http://127.0.0.1:4001"; } -- cgit v1.2.3