summaryrefslogtreecommitdiff
path: root/srv/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'srv/default.nix')
-rw-r--r--srv/default.nix4
1 files changed, 0 insertions, 4 deletions
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}"