summaryrefslogtreecommitdiff
path: root/srv/default.nix
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2022-05-20 13:37:43 -0600
committerBrian Picciano <mediocregopher@gmail.com>2022-05-20 13:37:43 -0600
commit16cfbd19157df76e7296dddb287412f1099feb33 (patch)
treee4bbf892066cceeaeeaee4c25e5365152412a1c3 /srv/default.nix
parent3cdee89c961ae9c836234f5aec87174a04a800a8 (diff)
Move static assets to within srv
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}"