ma cake.r: remove dangling config

This commit is contained in:
makefu 2019-06-17 08:00:46 +02:00
parent 37f3d50ec6
commit 5dd8fc794a
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;
}

15
2configs/Reaktor/bgt.nix Normal file
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 ];
};
}