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
committed by ErrorNoInternet
parent 4ef839bf6b
commit c8bfe281a6
4 changed files with 34 additions and 2 deletions
+4
View File
@@ -33,5 +33,9 @@ in
# root = "/var/www/myhost.org";
# default = true;
# };
virtualHosts."git.${fqdn}" = mkVhost {
locations."/" = mkProxy config.services.gitea.settings.server.HTTP_PORT;
};
};
}