updated firewall comment

This commit is contained in:
Ittihadyya 2024-12-21 08:54:05 +02:00
parent 22d1b1a7fd
commit 11a71ea956

View file

@ -5,7 +5,7 @@
networking.nftables.enable = true; networking.nftables.enable = true;
}) })
({ ({
networking.firewall.interfaces.wg0 = { networking.firewall.interfaces.wg0 = { # TODO: set up prometheus authentication, perhaps with a certificate. not *that* urgent because it's only on the wireguard netwrok, maybe it's not even needed at all -e
allowedTCPPorts = [ allowedTCPPorts = [
6703 6703
]; ];