add collabora firewall, gitea dependencies

This commit is contained in:
ahuston-0 2025-03-02 17:33:07 -05:00
parent fc68e0fb59
commit 372cf629ab
No known key found for this signature in database
GPG Key ID: 47940175096C1330
2 changed files with 8 additions and 0 deletions
systems/palatine-hill

@ -21,6 +21,9 @@
# attic # attic
8183 8183
# collabora
9980
]; ];
} }

@ -51,6 +51,11 @@ in
recommendedDefaults = true; recommendedDefaults = true;
}; };
systemd.services.gitea = {
requires = [ "docker.service" ];
after = [ "docker.service" ];
};
networking.firewall.allowedTCPPorts = [ 6443 ]; networking.firewall.allowedTCPPorts = [ 6443 ];
sops.secrets = { sops.secrets = {