From 11a71ea956b2c0be6accd36c8816c115bcd4c396 Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Sat, 21 Dec 2024 08:54:05 +0200 Subject: [PATCH] updated firewall comment --- networking/firewall.mod.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networking/firewall.mod.nix b/networking/firewall.mod.nix index de93ce8..bf20cde 100644 --- a/networking/firewall.mod.nix +++ b/networking/firewall.mod.nix @@ -5,7 +5,7 @@ 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 = [ 6703 ];