diff options
author | makefu <github@syntax-fehler.de> | 2021-04-04 10:24:35 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-04-04 10:24:35 +0200 |
commit | 5d2c9a546a8c59718683acf061fe3c64e8b7b7b4 (patch) | |
tree | 62679c73c4e2fd989a2623e2dd52d3d1116403c7 /makefu/2configs/home/ham/default.nix | |
parent | f4e1fbff427a81506b33f63b77c909e04ce9750a (diff) |
ma home/ham: fix path to z2m
Diffstat (limited to 'makefu/2configs/home/ham/default.nix')
-rw-r--r-- | makefu/2configs/home/ham/default.nix | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/makefu/2configs/home/ham/default.nix b/makefu/2configs/home/ham/default.nix index 33e406e0b..f0dc4d5a8 100644 --- a/makefu/2configs/home/ham/default.nix +++ b/makefu/2configs/home/ham/default.nix @@ -17,7 +17,7 @@ in { ./signal-rest # hass config - ../zigbee2mqtt/hass.nix + ./zigbee2mqtt.nix # ./multi/flurlicht.nix ./multi/kurzzeitwecker.nix ./multi/the_playlist.nix @@ -48,8 +48,7 @@ in { })).override { extraPackages = p: [ (p.callPackage ./deps/dwdwfsapi.nix {}) - (p.callPackage ./deps/pykodi.nix {}) - p.APScheduler ]; + (p.callPackage ./deps/pykodi.nix {}) ]; }; config = { @@ -92,7 +91,7 @@ in { } ]; api = {}; - esphome = {}; + esphome = {}; # fails camera = []; #telegram_bot = [ # # secrets file: { |