nixos/services: add gitea server
Check / Nix flake (push) Failing after 9s
Lint / Nix expressions (push) Failing after 10s

This commit is contained in:
2026-05-02 23:58:12 +02:00
parent fd18ae4a78
commit dd7ad60710
4 changed files with 34 additions and 2 deletions
+4
View File
@@ -28,6 +28,10 @@ in
# root = "/var/www/myhost.org";
# default = true;
# };
virtualHosts."git.${fqdn}" = mkVhost {
locations."/" = mkProxy config.services.gitea.settings.server.HTTP_PORT;
};
};
networking.firewall.allowedTCPPorts = [