From 3c2a66f990c9767354be9bbc8d65dc7d282d4dd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sat, 6 Apr 2024 17:32:15 +0200 Subject: [PATCH] zaatar: disable influxdb --- systems/zaatar/home-assistant.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/systems/zaatar/home-assistant.nix b/systems/zaatar/home-assistant.nix index 50c31e7..d916ccc 100644 --- a/systems/zaatar/home-assistant.nix +++ b/systems/zaatar/home-assistant.nix @@ -12,13 +12,6 @@ in { }; }; - services.influxdb = { - enable = true; - extraConfig = { - http.bind-address = ":${toString influxPort}"; - }; - }; - services.restic.backups.niveum = { initialize = true; inherit (restic) repository;