From 16cfbd19157df76e7296dddb287412f1099feb33 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Fri, 20 May 2022 13:37:43 -0600 Subject: Move static assets to within srv --- srv/default.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'srv/default.nix') diff --git a/srv/default.nix b/srv/default.nix index a8f3464..7aa11b8 100644 --- a/srv/default.nix +++ b/srv/default.nix @@ -7,7 +7,6 @@ stdenv, config, - staticBuild, }: rec { init = writeText "mediocre-blog-srv-init" '' @@ -26,9 +25,6 @@ # pow export MEDIOCRE_BLOG_POW_SECRET="${config.powSecret}" - # static proxy - export MEDIOCRE_BLOG_STATIC_DIR="${staticBuild}" - # listening export MEDIOCRE_BLOG_LISTEN_PROTO="${config.listenProto}" export MEDIOCRE_BLOG_LISTEN_ADDR="${config.listenAddr}" -- cgit v1.2.3