diff options
Diffstat (limited to 'srv/default.nix')
-rw-r--r-- | srv/default.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/srv/default.nix b/srv/default.nix index c55a987..7ca70e8 100644 --- a/srv/default.nix +++ b/srv/default.nix @@ -26,10 +26,9 @@ export MEDIOCRE_BLOG_POW_SECRET="${config.powSecret}" # http - export MEDIOCRE_BLOG_LISTEN_PROTO="${config.listenProto}" - export MEDIOCRE_BLOG_LISTEN_ADDR="${config.listenAddr}" + export MEDIOCRE_BLOG_LISTEN_PROTO="${config.httpListenProto}" + export MEDIOCRE_BLOG_LISTEN_ADDR="${config.httpListenAddr}" export MEDIOCRE_BLOG_HTTP_AUTH_USERS='${builtins.toJSON config.httpAuthUsers}' - export MEDIOCRE_BLOG_HTTP_AUTH_RATELIMIT='${config.httpAuthRatelimit}' ''; |