[NixOS] Remove configuration for home assistant

This commit is contained in:
2025-01-17 01:39:25 -07:00
parent 998099ae10
commit 0b1591642b

View File

@@ -15,10 +15,9 @@
enable = true; enable = true;
config = { config = {
homeassistant = { homeassistant = {
name = "Home"; name = "140 Hurd Lane #B104";
latitude = "39.631431415930564"; # latitude = "39.631431415930564";
longitude = "-106.52015264624013"; # longitude = "-106.52015264624013";
elevation = 7400;
unit_system = "imperial"; unit_system = "imperial";
time_zone = "UTC"; time_zone = "UTC";
}; };