secure home-assistant a bit

This commit is contained in:
Ingolf Wagner 2023-07-09 19:06:06 +02:00
parent 45849dd7e0
commit 145c659326
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -10,8 +10,8 @@
};
};
networking.firewall.allowedTCPPorts = [ 8123 ];
networking.firewall.allowedUDPPorts = [ 8123 ];
#networking.firewall.allowedTCPPorts = [ 8123 ];
#networking.firewall.allowedUDPPorts = [ 8123 ];
networking.firewall.interfaces.wg0.allowedTCPPorts = [ 8123 ];
networking.firewall.interfaces.wg0.allowedUDPPorts = [ 8123 ];