alpha
Login
or
Join now
seanaye.bsky.social
/
nixos-config
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
me like nix
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
add tasmota to HA
author
Sean Aye
date
9 months ago
(Sep 25, 2025, 8:37 PM -0400)
commit
6a267d4e
6a267d4e7a73c529836fb52d613b85fcae985095
parent
00df2062
00df20624b77aaafb7398acd79087fbc4095769d
change-id
rlsvssux
rlsvssuxlszsqspwllxxzmqpyvktnswv
+9
1 changed file
Expand all
Collapse all
Unified
Split
hosts
mira
configuration.nix
+9
hosts/mira/configuration.nix
Reviewed
···
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
21
+
# this is like a network devices discovery thing
22
22
+
services.avahi = {
23
23
+
enable = true;
24
24
+
nssmdns4 = true;
25
25
+
openFirewall = true;
26
26
+
};
27
27
+
21
28
services.openssh = {
22
29
enable = true;
23
30
ports = [ 5431 ];
···
134
141
"homekit"
135
142
"homekit_controller"
136
143
"isal"
144
144
+
"tasmota"
137
145
];
138
146
config = {
139
147
logger.default = "debug";
···
154
162
];
155
163
networking.firewall.allowedUDPPorts = [
156
164
];
165
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