diff options
author | makefu <github@syntax-fehler.de> | 2021-05-15 13:12:25 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-05-15 13:12:25 +0200 |
commit | 7f515fd150eb7672f272ee61f581ae7e0ff76e86 (patch) | |
tree | 1af27b15107ebecfb58e8c22a6b88e48967c85e1 /makefu | |
parent | 4d08eada4ede46463abfc74b7a03881c26d34b00 (diff) |
ma bureautomation: disable pykodi
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/2configs/bureautomation/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefu/2configs/bureautomation/default.nix b/makefu/2configs/bureautomation/default.nix index aa13b62b7..669754caf 100644 --- a/makefu/2configs/bureautomation/default.nix +++ b/makefu/2configs/bureautomation/default.nix @@ -59,7 +59,7 @@ in { extraPackages = p: [ # TODO: put somewhere else (p.callPackage <stockholm/makefu/2configs/home/ham/deps/dwdwfsapi.nix> {}) - (p.callPackage <stockholm/makefu/2configs/home/ham/deps/pykodi.nix> {}) + # (p.callPackage <stockholm/makefu/2configs/home/ham/deps/pykodi.nix> {}) p.APScheduler ]; }; autoExtraComponents = true; @@ -147,7 +147,7 @@ in { frontend = { }; http = { # TODO: https://github.com/home-assistant/home-assistant/issues/16149 - base_url = "http://192.168.8.11:8123"; + # base_url = "http://192.168.8.11:8123"; }; conversation = {}; history = {}; |