From af434077ef3a971494fb0bc69ec9617c3b365abd Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Fri, 20 May 2022 14:30:09 -0600 Subject: Implement image macro for rendering images --- srv/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'srv/default.nix') diff --git a/srv/default.nix b/srv/default.nix index 7aa11b8..6f93f2f 100644 --- a/srv/default.nix +++ b/srv/default.nix @@ -25,12 +25,10 @@ # pow export MEDIOCRE_BLOG_POW_SECRET="${config.powSecret}" - # listening + # http export MEDIOCRE_BLOG_LISTEN_PROTO="${config.listenProto}" export MEDIOCRE_BLOG_LISTEN_ADDR="${config.listenAddr}" - - # api - export MEDIOCRE_BLOG_API_AUTH_USERS='${builtins.toJSON config.httpAuthUsers}' + export MEDIOCRE_BLOG_HTTP_AUTH_USERS='${builtins.toJSON config.httpAuthUsers}' ''; build = buildGoModule { -- cgit v1.2.3