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 = {