diff options
author | lassulus <lassulus@lassul.us> | 2019-01-27 03:34:47 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-01-27 13:42:05 +0100 |
commit | b28706964e78199859cbf6b78f869e9cc2f8a8ac (patch) | |
tree | a9139c3ba2b8ee109ae3aeb8f238e43ce94fe936 /krebs/2configs/reaktor-retiolum.nix | |
parent | 6271cfaed465ca826534494951b450713773c1a4 (diff) |
hotdog.r: Reaktor -> reaktor2
Diffstat (limited to 'krebs/2configs/reaktor-retiolum.nix')
-rw-r--r-- | krebs/2configs/reaktor-retiolum.nix | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/krebs/2configs/reaktor-retiolum.nix b/krebs/2configs/reaktor-retiolum.nix deleted file mode 100644 index 69fc4b202..000000000 --- a/krebs/2configs/reaktor-retiolum.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ config, lib, pkgs, ... }: -with import <stockholm/lib>; - -{ - krebs.Reaktor.retiolum = { - nickname = "Reaktor|lass"; - channels = [ "#noise" "#xxx" ]; - extraEnviron = { - REAKTOR_HOST = "irc.r"; - }; - plugins = with pkgs.ReaktorPlugins; [ - sed-plugin - ] ++ - (attrValues (task "agenda")) - ; - }; -} |