{ config, lib, pkgs, ... }: with import ; { krebs.Reaktor.krebs = { nickname = "Reaktor|krebs"; channels = [ "#krebs" "#nixos-wiki" "#nixos-de" ]; extraEnviron = { REAKTOR_HOST = "irc.freenode.org"; REAKTOR_NICKSERV_PASSWORD = "/var/lib/Reaktor/reaktor_nickserv_password"; }; plugins = with pkgs.ReaktorPlugins; [ sed-plugin ] ++ (attrValues (task "agenda")) ; }; krebs.secret.files.nix-serve-key = { path = "/var/lib/Reaktor/reaktor_nickserv_password"; owner.name = "Reaktor"; source-path = toString + "/reaktor_nickserv_password"; }; }