commit 1b0302dbe5e17f4ec432f1babe189fb8f255eb8c parent 3c82616789a50a58ced2506a891f3f98463e2359 Author: breadcat <breadcat@users.noreply.github.com> Date: Thu, 5 Feb 2026 15:04:45 +0000 Alter firewall port Other things seem to like 8080 Diffstat:
| M | common/taggart.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/taggart.nix b/common/taggart.nix @@ -32,6 +32,6 @@ }; # Open firewall port - networking.firewall.allowedTCPPorts = [ 8080 ]; + networking.firewall.allowedTCPPorts = [ 9816 ]; }