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/bureautomation | |
parent | 00ea95a20c02467812c4a9d945cfd7088e5cca5e (diff) |
ma home-assistant: use python36
Diffstat (limited to 'makefu/2configs/bureautomation')
-rw-r--r-- | makefu/2configs/bureautomation/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makefu/2configs/bureautomation/default.nix b/makefu/2configs/bureautomation/default.nix index 917044d63..1782becd8 100644 --- a/makefu/2configs/bureautomation/default.nix +++ b/makefu/2configs/bureautomation/default.nix @@ -20,6 +20,9 @@ let mosquitto_pub -t /bam/$topic/cmnd/POWER -m OFF ''; in { + imports = [ + ./ota.nix + ]; services.logstash = { package = pkgs.logstash5; enable = true; |