diff options
author | lassulus <lass@blue.r> | 2018-06-08 04:53:53 +0200 |
---|---|---|
committer | lassulus <lass@blue.r> | 2018-06-08 04:53:53 +0200 |
commit | c9615eed5383a7b896e3be2c9b56f9c48135677f (patch) | |
tree | f62a2d1d9ca983a4542db60981404823e0adb625 /krebs/2configs/reaktor-krebs.nix | |
parent | 2e7f0ada013810e577944434f42000313befe549 (diff) |
Reaktor plugins: remove wiki-todo
Diffstat (limited to 'krebs/2configs/reaktor-krebs.nix')
-rw-r--r-- | krebs/2configs/reaktor-krebs.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/krebs/2configs/reaktor-krebs.nix b/krebs/2configs/reaktor-krebs.nix index 6b17b457d..f1e6e2b17 100644 --- a/krebs/2configs/reaktor-krebs.nix +++ b/krebs/2configs/reaktor-krebs.nix @@ -13,13 +13,6 @@ with import <stockholm/lib>; }; plugins = with pkgs.ReaktorPlugins; [ sed-plugin - wiki-todo-add - wiki-todo-done - wiki-todo-show ]; }; - services.nginx.virtualHosts."lassul.us".locations."/wiki-todo".extraConfig = '' - default_type "text/plain"; - alias /var/lib/Reaktor/state/wiki-todo; - ''; } |