From d3ce517fa43bfae506ef41755eebcdd5dd046af6 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 20 Dec 2022 08:15:14 +0100 Subject: [PATCH] Fix data --- loki/configuration.nix | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/loki/configuration.nix b/loki/configuration.nix index 92180be..25d8a2e 100644 --- a/loki/configuration.nix +++ b/loki/configuration.nix @@ -394,15 +394,6 @@ with lib; { services.home-assistant = { enable = true; # openFirewall = true; - # config = { - # default_config = { }; - # name = "Casa"; - # latitude = 45.05197317019396; - # longitude = 11.653331816196443; - # elevation = 17; - # unit_system = "metric"; - # time_zone = "Europe/Rome"; - # }; config = { default_config = { }; @@ -410,7 +401,7 @@ with lib; { name = "Casa"; latitude = "!secret home-latitude"; longitude = "!secret home-longitude"; - elevation = 86; + elevation = 17; unit_system = "metric"; time_zone = "Europe/Rome"; external_url = "https://home-assistant.bertof.net";