add collabora firewall, gitea dependencies
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 10s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 2m26s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Successful in 6m46s

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

View File

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

View File

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