diff options
author | Karel Kočí <cynerd@email.cz> | 2023-01-10 12:01:40 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-01-10 12:01:40 +0100 |
commit | c38df5a32266029bfe6d5c1f8b4fbe9adf2532ef (patch) | |
tree | 6e70e95443f266638b8af91d49b5da84e5bc7670 /nixos/modules | |
parent | f7d2f679fd1c97681e1fdf9ee6ca825c1282de0a (diff) | |
download | nixos-personal-c38df5a32266029bfe6d5c1f8b4fbe9adf2532ef.tar.gz nixos-personal-c38df5a32266029bfe6d5c1f8b4fbe9adf2532ef.tar.bz2 nixos-personal-c38df5a32266029bfe6d5c1f8b4fbe9adf2532ef.zip |
nixos/home-assistant: telegraf wants mosquitto
Diffstat (limited to 'nixos/modules')
-rw-r--r-- | nixos/modules/home-assistant.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/home-assistant.nix b/nixos/modules/home-assistant.nix index 0f2df9e..e9d6338 100644 --- a/nixos/modules/home-assistant.nix +++ b/nixos/modules/home-assistant.nix @@ -181,6 +181,7 @@ in { } ]; }; + systemd.services.telegraf.wants = ["mosquitto.service"]; services.home-assistant = { enable = false; |