diff options
author | makefu <github@syntax-fehler.de> | 2019-07-04 08:23:18 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-07-04 08:23:18 +0200 |
commit | 06a220ca1c0e368163b02a28b21796a6e2dded29 (patch) | |
tree | f1f85f28695a7ddb6231489b359ebac910e4b56a /makefu/1systems/wbob | |
parent | d0189deacb43a4d34364ff8612769ddba151fb53 (diff) |
ma wbob.r: follow changes in bureautomation refactoring
Diffstat (limited to 'makefu/1systems/wbob')
-rw-r--r-- | makefu/1systems/wbob/config.nix | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/makefu/1systems/wbob/config.nix b/makefu/1systems/wbob/config.nix index 8b01de4d0..ad7fc825c 100644 --- a/makefu/1systems/wbob/config.nix +++ b/makefu/1systems/wbob/config.nix @@ -45,17 +45,10 @@ in { # <stockholm/makefu/2configs/stats/telegraf/bamstats.nix> { environment.systemPackages = [ pkgs.vlc ]; } - { - # Risikoübernahme - nixpkgs.config.permittedInsecurePackages = [ - "homeassistant-0.77.2" - ]; - } - <stockholm/makefu/2configs/bureautomation> + <stockholm/makefu/2configs/bureautomation> # new hass entry point <stockholm/makefu/2configs/bureautomation/led-fader.nix> - <stockholm/makefu/2configs/bureautomation/mpd.nix> + # <stockholm/makefu/2configs/bureautomation/mpd.nix> #mpd is only used for TTS <stockholm/makefu/2configs/mqtt.nix> - <stockholm/makefu/2configs/bureautomation/hass.nix> (let collectd-port = 25826; influx-port = 8086; |