From 5485984e05aebde22819adebfbd5ad51475a6c21 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Tue, 13 Sep 2022 12:25:45 +0200 Subject: remove redis and circus --- srv/default.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'srv/default.nix') diff --git a/srv/default.nix b/srv/default.nix index 95f35c5..e6216b3 100644 --- a/srv/default.nix +++ b/srv/default.nix @@ -19,10 +19,6 @@ export MEDIOCRE_BLOG_ML_SMTP_AUTH="${config.mlSMTPAuth}" export MEDIOCRE_BLOG_ML_PUBLIC_URL="${config.publicURL}" - # redis - export MEDIOCRE_BLOG_REDIS_PROTO=unix - export MEDIOCRE_BLOG_REDIS_ADDR="${config.redisListenPath}" - # pow export MEDIOCRE_BLOG_POW_SECRET="${config.powSecret}" @@ -38,7 +34,7 @@ pname = "mediocre-blog-srv"; version = "dev"; src = ./src; - vendorSha256 = "sha256:0kad8cyg9cd9v7m9l23jf27vkb5yfy9w89xfyrsyj7gd3q0l2yxq"; + vendorSha256 = "sha256:1vazrrg8rs9n8x40c9r53h9qnyxw59xkp0aq7jl15fliigk6q0cr"; # disable tests checkPhase = ''''; @@ -47,7 +43,7 @@ bin = writeScript "mediocre-blog-srv-bin" '' #!${bash}/bin/bash source ${init} - exec ${build}/bin/mediocre-blog + exec ${build}/bin/mediocre-blog "$@" ''; shell = stdenv.mkDerivation { -- cgit v1.2.3