From 372cf629abaac427bb00febe68fb973afa5ab2ad Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 2 Mar 2025 17:33:07 -0500 Subject: [PATCH] add collabora firewall, gitea dependencies --- systems/palatine-hill/firewall.nix | 3 +++ systems/palatine-hill/gitea.nix | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/systems/palatine-hill/firewall.nix b/systems/palatine-hill/firewall.nix index c772c7f..f43e9c9 100644 --- a/systems/palatine-hill/firewall.nix +++ b/systems/palatine-hill/firewall.nix @@ -21,6 +21,9 @@ # attic 8183 + + # collabora + 9980 ]; } diff --git a/systems/palatine-hill/gitea.nix b/systems/palatine-hill/gitea.nix index 25b8b85..a0728bb 100644 --- a/systems/palatine-hill/gitea.nix +++ b/systems/palatine-hill/gitea.nix @@ -51,6 +51,11 @@ in recommendedDefaults = true; }; + systemd.services.gitea = { + requires = [ "docker.service" ]; + after = [ "docker.service" ]; + }; + networking.firewall.allowedTCPPorts = [ 6443 ]; sops.secrets = {