From 8675e81a60b14ce8570e29cc8aae242d81363bf3 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sat, 2 Sep 2017 16:14:53 +0200 Subject: l reaktor-krebs: show tiki-todo with nginx --- lass/2configs/reaktor-krebs.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lass') diff --git a/lass/2configs/reaktor-krebs.nix b/lass/2configs/reaktor-krebs.nix index 7727bbf9..6b17b457 100644 --- a/lass/2configs/reaktor-krebs.nix +++ b/lass/2configs/reaktor-krebs.nix @@ -18,4 +18,8 @@ with import ; wiki-todo-show ]; }; + services.nginx.virtualHosts."lassul.us".locations."/wiki-todo".extraConfig = '' + default_type "text/plain"; + alias /var/lib/Reaktor/state/wiki-todo; + ''; } -- cgit v1.2.3