diff options
author | lassulus <lassulus@lassul.us> | 2017-07-21 11:04:51 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-07-21 11:04:51 +0200 |
commit | d132500da6f1a73897c78ba3102bb9e1995b24cc (patch) | |
tree | 8737ac1cbf730f0056f0187f3d4933f70b428472 /makefu/1systems/omo | |
parent | 81bb5cf5166c5470527532ec8ba7c6a2bf1d5134 (diff) | |
parent | 3395a2cfb216a1d36cd1f80f37359db1eb2e0276 (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/1systems/omo')
-rw-r--r-- | makefu/1systems/omo/config.nix | 35 |
1 files changed, 31 insertions, 4 deletions
diff --git a/makefu/1systems/omo/config.nix b/makefu/1systems/omo/config.nix index 732f1d860..e43b203b4 100644 --- a/makefu/1systems/omo/config.nix +++ b/makefu/1systems/omo/config.nix @@ -53,14 +53,20 @@ in { <stockholm/makefu/2configs/share/omo.nix> <stockholm/makefu/2configs/tinc/retiolum.nix> + # Logging - <stockholm/makefu/2configs/stats/server.nix #influx + grafana> + #influx + grafana + <stockholm/makefu/2configs/stats/server.nix> <stockholm/makefu/2configs/stats/client.nix> - <stockholm/makefu/2configs/stats/external/aralast.nix # logs to influx> + # logs to influx + <stockholm/makefu/2configs/stats/external/aralast.nix> # services <stockholm/makefu/2configs/syncthing.nix> <stockholm/makefu/2configs/mqtt.nix> + + # security + <stockholm/makefu/2configs/sshd-totp.nix> # <stockholm/makefu/2configs/logging/central-logging-client.nix> # <stockholm/makefu/2configs/torrent.nix> @@ -189,8 +195,29 @@ in { zramSwap.enable = true; krebs.Reaktor.reaktor = { - nickname = "Reaktor|bot"; - channels = [ "#krebs" "#shackspace" "#binaergewitter" ]; + nickname = "Reaktor|krebs"; + workdir = "/var/lib/Reaktor/krebs"; + channels = [ "#krebs" ]; + plugins = with pkgs.ReaktorPlugins;[ + stockholm-issue + nixos-version + sed-plugin + random-emoji ]; + }; + krebs.Reaktor.reaktor-shack = { + nickname = "Reaktor|shack"; + workdir = "/var/lib/Reaktor/shack"; + channels = [ "#shackspace" ]; + plugins = with pkgs.ReaktorPlugins;[ + shack-correct + # stockholm-issue + sed-plugin + random-emoji ]; + }; + krebs.Reaktor.reaktor-bgt = { + nickname = "Reaktor|bgt"; + workdir = "/var/lib/Reaktor/bgt"; + channels = [ "#binaergewitter" ]; plugins = with pkgs.ReaktorPlugins;[ titlebot # stockholm-issue |