diff options
author | lassulus <lassulus@lassul.us> | 2017-10-07 11:56:36 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-10-07 11:56:36 +0200 |
commit | 1124548642eeda9225cd223b2c4de12e0240d02f (patch) | |
tree | 9cbab679532c8121586eecedc235d73ef3f40f29 /lass/2configs/reaktor-krebs.nix | |
parent | a8db051451d2827d7c7ad38f005284013e63c039 (diff) |
move Reaktors to hotdog.r
Diffstat (limited to 'lass/2configs/reaktor-krebs.nix')
-rw-r--r-- | lass/2configs/reaktor-krebs.nix | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/lass/2configs/reaktor-krebs.nix b/lass/2configs/reaktor-krebs.nix deleted file mode 100644 index 6b17b457d..000000000 --- a/lass/2configs/reaktor-krebs.nix +++ /dev/null @@ -1,25 +0,0 @@ -{ config, lib, pkgs, ... }: -with import <stockholm/lib>; - -{ - krebs.Reaktor.krebs = { - nickname = "Reaktor|krebs"; - channels = [ - "#krebs" - "#nixos-wiki" - ]; - extraEnviron = { - REAKTOR_HOST = "irc.freenode.org"; - }; - 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; - ''; -} |