feat(rpi4): update config
This commit is contained in:
parent
06ae860f16
commit
bddb4b81fd
2 changed files with 7 additions and 0 deletions
|
@ -71,6 +71,11 @@ in {
|
|||
services.home-assistant = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
package = (pkgs.home-assistant.overrideAttrs (oldAttrs: rec {
|
||||
# pytestCheckPhase uses too much RAM and pi can't handle it
|
||||
doCheck = false;
|
||||
doInstallCheck = false;
|
||||
})).override { extraComponents = [ "otp" ]; };
|
||||
config = {
|
||||
homeassistant = {
|
||||
name = "Home";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue