summaryrefslogtreecommitdiffstats
path: root/lass/1systems
diff options
context:
space:
mode:
authorlassulus <lass@lassul.us>2017-04-13 15:25:28 +0200
committerlassulus <lass@lassul.us>2017-04-13 15:25:28 +0200
commitb033fd53af2bac56b4bd4b2882f64818dec9acb0 (patch)
tree53c4e702536b05d4ae8d25c1dc41319f99817cce /lass/1systems
parent621758d990ec5c25d797ffb17f2bec4e27d54728 (diff)
l 1 prism: add Reaktor for #retiolum
Diffstat (limited to 'lass/1systems')
-rw-r--r--lass/1systems/prism.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/lass/1systems/prism.nix b/lass/1systems/prism.nix
index 8eecaa35..50b22233 100644
--- a/lass/1systems/prism.nix
+++ b/lass/1systems/prism.nix
@@ -350,6 +350,18 @@ in {
];
};
}
+ {
+ krebs.Reaktor.prism = {
+ nickname = "Reaktor|lass";
+ channels = [ "#retiolum" ];
+ extraEnviron = {
+ REAKTOR_HOST = "ni.r";
+ };
+ plugins = with pkgs.ReaktorPlugins; [
+ sed-plugin
+ ];
+ };
+ }
];
krebs.build.host = config.krebs.hosts.prism;