From f461f4a6caa2da438b8c8a457c0b6b694e3e3449 Mon Sep 17 00:00:00 2001 From: philip-peterson <1326208+philip-peterson@users.noreply.github.com> Date: Sun, 22 Dec 2024 02:26:53 -0900 Subject: [PATCH] webdav --- nixos/firewall.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/firewall.nix b/nixos/firewall.nix index c3cad28..3212c7d 100644 --- a/nixos/firewall.nix +++ b/nixos/firewall.nix @@ -10,5 +10,7 @@ 3000 #forgejo 2200 #forgejo + + 8082 #webdav ]; }