reaktor-krebs: configure nickserv password
This commit is contained in:
parent
eb0087649d
commit
4bcb98a3c4
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user