diff options
author | lassulus <lassulus@lassul.us> | 2017-09-06 11:07:59 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-09-06 11:07:59 +0200 |
commit | 428a5f037ef8a5d6b0ef5bc0ea74dcd458fd5b16 (patch) | |
tree | 0bcc67e7d0f4ff22ca7e4840608f72015a49fbdd /makefu/1systems/omo/config.nix | |
parent | 6218a259a9880368c71ecacddcf1e7c641bd5278 (diff) | |
parent | a46564bf986829cd7372020ed4962af15a5c5983 (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/1systems/omo/config.nix')
-rw-r--r-- | makefu/1systems/omo/config.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/makefu/1systems/omo/config.nix b/makefu/1systems/omo/config.nix index 0df2ba6e6..4c93a7a3e 100644 --- a/makefu/1systems/omo/config.nix +++ b/makefu/1systems/omo/config.nix @@ -194,16 +194,6 @@ in { zramSwap.enable = true; - krebs.Reaktor.reaktor = { - 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"; |