ma cake.r: remove dangling config

This commit is contained in:
makefu 2019-06-17 08:00:46 +02:00
parent 4522959321
commit 6245b549c6
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
2 changed files with 18 additions and 4 deletions

View File

@ -5,14 +5,14 @@ in {
imports = [
<stockholm/makefu>
./hardware-config.nix
{ environment.systemPackages = with pkgs;[ rsync screen curl git tmux picocom mosh ];}
# <stockholm/makefu/2configs/tools/core.nix>
{ environment.systemPackages = with pkgs;[ rsync screen curl git ];}
<stockholm/makefu/2configs/binary-cache/nixos.nix>
#<stockholm/makefu/2configs/support-nixos.nix>
<stockholm/makefu/2configs/homeautomation/default.nix>
<stockholm/makefu/2configs/homeautomation/google-muell.nix>
# configure your hw:
# <stockholm/makefu/2configs/save-diskspace.nix>
# configure your hw:
# <stockholm/makefu/2configs/save-diskspace.nix>
];
krebs = {
enable = true;
@ -24,5 +24,4 @@ in {
documentation.man.enable = false;
services.nixosManual.enable = false;
sound.enable = false;
}

View File

@ -0,0 +1,15 @@
{ pkgs, ... }:
{
krebs.Reaktor.reaktor-bgt = {
nickname = "Reaktor|bgt";
workdir = "/var/lib/Reaktor/bgt";
channels = [ "#binaergewitter" ];
plugins = with pkgs.ReaktorPlugins;
[ titlebot
# stockholm-issue
nixos-version
# shack-correct
# sed-plugin
random-emoji ];
};
}