summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lass@blue.r>2018-09-16 19:49:54 +0200
committerlassulus <lassulus@lassul.us>2018-09-16 20:30:08 +0200
commit9d9f52a508fbf7ec195594436902f4ed579c79c5 (patch)
tree19589d17ea28bfa6c308ddb83e07bc0b9dcfa081
parenteb0087649d7174763cc790313994f2d9f2f62c19 (diff)
reaktor-krebs: configure nickserv passwordprism/irc
-rw-r--r--krebs/2configs/reaktor-krebs.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/krebs/2configs/reaktor-krebs.nix b/krebs/2configs/reaktor-krebs.nix
index ba3715161..dc2838cae 100644
--- a/krebs/2configs/reaktor-krebs.nix
+++ b/krebs/2configs/reaktor-krebs.nix
@@ -10,6 +10,7 @@ with import <stockholm/lib>;
];
extraEnviron = {
REAKTOR_HOST = "irc.freenode.org";
+ REAKTOR_NICKSERV_PASSWORD = "/var/lib/Reaktor/reaktor_nickserv_password";
};
plugins = with pkgs.ReaktorPlugins; [
sed-plugin
@@ -21,4 +22,9 @@ with import <stockholm/lib>;
(attrValues (todo "agenda"))
;
};
+ krebs.secret.files.nix-serve-key = {
+ path = "/var/lib/Reaktor/reaktor_nickserv_password";
+ owner.name = "Reaktor";
+ source-path = toString <secrets> + "/reaktor_nickserv_password";
+ };
}