forked from colonelpanic/dotfiles
[NixOS] Fix home assistant config
This commit is contained in:
@@ -17,14 +17,7 @@
|
|||||||
services.home-assistant = {
|
services.home-assistant = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
homeassistant = {
|
|
||||||
name = "140 Hurd Lane #B104";
|
|
||||||
# latitude = "39.631431415930564";
|
|
||||||
# longitude = "-106.52015264624013";
|
|
||||||
unit_system = "imperial";
|
|
||||||
time_zone = "UTC";
|
|
||||||
extraComponents = [
|
extraComponents = [
|
||||||
# Components required to complete the onboarding
|
|
||||||
"esphome"
|
"esphome"
|
||||||
"met"
|
"met"
|
||||||
"radio_browser"
|
"radio_browser"
|
||||||
@@ -34,8 +27,6 @@
|
|||||||
met = {};
|
met = {};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
feedreader.urls = [ "https://nixos.org/blogs.xml" ];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.loader.systemd-boot.configurationLimit = 3;
|
boot.loader.systemd-boot.configurationLimit = 3;
|
||||||
|
|||||||
Reference in New Issue
Block a user