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 /krebs/2configs/reaktor-retiolum.nix | |
parent | a8db051451d2827d7c7ad38f005284013e63c039 (diff) |
move Reaktors to hotdog.r
Diffstat (limited to 'krebs/2configs/reaktor-retiolum.nix')
-rw-r--r-- | krebs/2configs/reaktor-retiolum.nix | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/krebs/2configs/reaktor-retiolum.nix b/krebs/2configs/reaktor-retiolum.nix new file mode 100644 index 000000000..144b7d484 --- /dev/null +++ b/krebs/2configs/reaktor-retiolum.nix @@ -0,0 +1,15 @@ +{ config, lib, pkgs, ... }: +with import <stockholm/lib>; + +{ + krebs.Reaktor.retiolum = { + nickname = "Reaktor|lass"; + channels = [ "#xxx" ]; + extraEnviron = { + REAKTOR_HOST = "irc.r"; + }; + plugins = with pkgs.ReaktorPlugins; [ + sed-plugin + ]; + }; +} |