me like nix
0

Configure Feed

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

add tasmota to HA

author
Sean Aye
date (Sep 25, 2025, 8:37 PM -0400) commit 6a267d4e parent 00df2062 change-id rlsvssux
+9
+9
hosts/mira/configuration.nix
··· 18 18 # networking.proxy.default = "http://user:password@proxy:port/"; 19 19 # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; 20 20 21 + # this is like a network devices discovery thing 22 + services.avahi = { 23 + enable = true; 24 + nssmdns4 = true; 25 + openFirewall = true; 26 + }; 27 + 21 28 services.openssh = { 22 29 enable = true; 23 30 ports = [ 5431 ]; ··· 134 141 "homekit" 135 142 "homekit_controller" 136 143 "isal" 144 + "tasmota" 137 145 ]; 138 146 config = { 139 147 logger.default = "debug"; ··· 154 162 ]; 155 163 networking.firewall.allowedUDPPorts = [ 156 164 ]; 165 + # networking.firewall.enable = false; 157 166 158 167 # This value determines the NixOS release from which the default 159 168 # settings for stateful data, like file locations and database versions