l 2 radio: add Reaktor config
This commit is contained in:
parent
db98837af5
commit
9a8cfe0c21
|
@ -146,4 +146,23 @@ in {
|
|||
ExecStart = "${autoAdd} 100";
|
||||
};
|
||||
};
|
||||
|
||||
krebs.Reaktor = {
|
||||
enable = true;
|
||||
nickname = "the_playlist|r";
|
||||
channels = [ "#the_playlist" ];
|
||||
extraEnviron = {
|
||||
REAKTOR_HOST = "irc.freenode.org";
|
||||
};
|
||||
plugins = with pkgs.ReaktorPlugins; [
|
||||
(buildSimpleReaktorPlugin "skip" {
|
||||
script = "${skip_track}/bin/skip_track";
|
||||
pattern = "^skip$";
|
||||
})
|
||||
(buildSimpleReaktorPlugin "current" {
|
||||
script = "${print_current}/bin/print_current";
|
||||
pattern = "^current$";
|
||||
})
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue