diff options
author | makefu <github@syntax-fehler.de> | 2018-09-17 21:52:41 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-09-17 21:52:41 +0200 |
commit | 20eebf0ca30f7fabf5cd818a81a9e60c487b0962 (patch) | |
tree | 0e7895a29f93965d4f9e21bfbf5a8a344b6c75e3 /makefu/2configs/deployment/homeautomation/default.nix | |
parent | e576c3182a8d4bfc85ec0755d3eeae40603183d7 (diff) |
ma homeautomation: add mqtt
Diffstat (limited to 'makefu/2configs/deployment/homeautomation/default.nix')
-rw-r--r-- | makefu/2configs/deployment/homeautomation/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makefu/2configs/deployment/homeautomation/default.nix b/makefu/2configs/deployment/homeautomation/default.nix index 1f935e2f8..bd87193e3 100644 --- a/makefu/2configs/deployment/homeautomation/default.nix +++ b/makefu/2configs/deployment/homeautomation/default.nix @@ -2,6 +2,9 @@ let firetv = "192.168.1.238"; in { + imports = [ + ./mqtt.nix + ]; systemd.services.firetv = { wantedBy = [ "multi-user.target" ]; serviceConfig = { |