[NixOS] Remove configuration for home assistant
This commit is contained in:
@@ -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";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user