me like nix
0

Configure Feed

Select the types of activity you want to include in your feed.

update home assistant

author
Sean Aye
date (Aug 31, 2025, 11:57 AM -0400) commit 85428659 parent e0327556 change-id rqlryspn
+13 -1
+13 -1
hosts/mira/home.nix
··· 5 5 ../common/home.nix 6 6 ]; 7 7 8 - services.home-assistant.enable = true; 8 + services.home-assistant = { 9 + enable = true; 10 + extraComponents = [ 11 + "esphome" 12 + "met" 13 + "radio_browser" 14 + ]; 15 + config = { 16 + default_config = { }; 17 + }; 18 + }; 19 + 20 + networking.firewall.allowedTCPPorts = [ 8132 ]; 9 21 10 22 }