aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2023-01-10 12:01:40 +0100
committerKarel Kočí <cynerd@email.cz>2023-01-10 12:01:40 +0100
commitc38df5a32266029bfe6d5c1f8b4fbe9adf2532ef (patch)
tree6e70e95443f266638b8af91d49b5da84e5bc7670 /nixos
parentf7d2f679fd1c97681e1fdf9ee6ca825c1282de0a (diff)
downloadnixos-personal-c38df5a32266029bfe6d5c1f8b4fbe9adf2532ef.tar.gz
nixos-personal-c38df5a32266029bfe6d5c1f8b4fbe9adf2532ef.tar.bz2
nixos-personal-c38df5a32266029bfe6d5c1f8b4fbe9adf2532ef.zip
nixos/home-assistant: telegraf wants mosquitto
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/home-assistant.nix1
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;