From b033fd53af2bac56b4bd4b2882f64818dec9acb0 Mon Sep 17 00:00:00 2001
From: lassulus <lass@lassul.us>
Date: Thu, 13 Apr 2017 15:25:28 +0200
Subject: l 1 prism: add Reaktor for #retiolum

---
 lass/1systems/prism.nix | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/lass/1systems/prism.nix b/lass/1systems/prism.nix
index 8eecaa350..50b222338 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;
-- 
cgit v1.2.3