secure home-assistant a bit
This commit is contained in:
parent
45849dd7e0
commit
145c659326
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 8123 ];
|
#networking.firewall.allowedTCPPorts = [ 8123 ];
|
||||||
networking.firewall.allowedUDPPorts = [ 8123 ];
|
#networking.firewall.allowedUDPPorts = [ 8123 ];
|
||||||
|
|
||||||
networking.firewall.interfaces.wg0.allowedTCPPorts = [ 8123 ];
|
networking.firewall.interfaces.wg0.allowedTCPPorts = [ 8123 ];
|
||||||
networking.firewall.interfaces.wg0.allowedUDPPorts = [ 8123 ];
|
networking.firewall.interfaces.wg0.allowedUDPPorts = [ 8123 ];
|
||||||
|
|
Loading…
Reference in a new issue