diff options
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;  | 
