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:40:07 +02:00
committed by ErrorNoInternet
parent 8d52c273b5
commit 102dc08114
5 changed files with 41 additions and 3 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;
};
};
}