[NixOS] Fix home assistant config

This commit is contained in:
2025-01-17 01:57:33 -07:00
parent 14d24534f9
commit aba47c6ce9

View File

@@ -17,14 +17,7 @@
services.home-assistant = {
enable = true;
config = {
homeassistant = {
name = "140 Hurd Lane #B104";
# latitude = "39.631431415930564";
# longitude = "-106.52015264624013";
unit_system = "imperial";
time_zone = "UTC";
extraComponents = [
# Components required to complete the onboarding
"esphome"
"met"
"radio_browser"
@@ -34,8 +27,6 @@
met = {};
};
};
feedreader.urls = [ "https://nixos.org/blogs.xml" ];
};
};
boot.loader.systemd-boot.configurationLimit = 3;