summaryrefslogtreecommitdiffstats
path: root/2configs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-04-04 10:24:35 +0200
committermakefu <github@syntax-fehler.de>2021-04-04 10:24:35 +0200
commit0c21854011b6968c301192b3e8fececdf8b1c2b3 (patch)
treeeddd9e47fa1ad827d5f0785f90b453d37fea0459 /2configs
parente6f81a2a18fd704cbb9b8d4cbbe3753ce8cfeee1 (diff)
ma home/ham: fix path to z2m
Diffstat (limited to '2configs')
-rw-r--r--2configs/home/ham/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/2configs/home/ham/default.nix b/2configs/home/ham/default.nix
index 33e406e0b..f0dc4d5a8 100644
--- a/2configs/home/ham/default.nix
+++ b/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: {
[cgit] Unable to lock slot /tmp/cgit/ec300000.lock: No such file or directory (2)