nixos/services: add gitea server
Check / Nix flake (push) Has been cancelled
Lint / Nix expressions (push) Has been cancelled

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