diff options
author | makefu <github@syntax-fehler.de> | 2019-04-17 20:42:45 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-04-17 20:42:45 +0200 |
commit | 491c3bf4edcef3c34515f99303995855aea44d2d (patch) | |
tree | 9c7e9e21eb66fa1d177aab2617e28762703821ef /makefu/2configs/homeautomation | |
parent | 00ea95a20c02467812c4a9d945cfd7088e5cca5e (diff) |
ma home-assistant: use python36
Diffstat (limited to 'makefu/2configs/homeautomation')
-rw-r--r-- | makefu/2configs/homeautomation/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/2configs/homeautomation/default.nix b/makefu/2configs/homeautomation/default.nix index 4e9ac0ee3..c4fef1bfc 100644 --- a/makefu/2configs/homeautomation/default.nix +++ b/makefu/2configs/homeautomation/default.nix @@ -108,6 +108,7 @@ in { ]; services.home-assistant = { + package = pkgs.home-assistant.override { python3 = pkgs.python36; }; config = { homeassistant = { name = "Home"; time_zone = "Europe/Berlin"; |