From 6a4721117c32f24a66b1dd0dc27157122ac124bd Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 16 Feb 2025 12:16:24 +0000 Subject: [PATCH] Remove longitude and latitude from hass config --- system/services/home-assistant/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/system/services/home-assistant/default.nix b/system/services/home-assistant/default.nix index 7dcfd2a6..14c5c8b3 100644 --- a/system/services/home-assistant/default.nix +++ b/system/services/home-assistant/default.nix @@ -44,10 +44,6 @@ "::1" ]; }; - homeassistant = { - inherit (config.location) latitude longitude; - # media_dirs.music = "/var/lib/syncthing/Music"; - }; }; }; networking.firewall = {