renamed changes for 25.11

This commit is contained in:
Danilo Reyes 2025-09-27 22:10:17 -06:00
parent 9ccc45ba41
commit fdcfe609b2

View File

@ -19,8 +19,8 @@ in
sops.secrets = lib.mkIf cfg.enable { gitea.sopsFile = ../../secrets/env.yaml; }; sops.secrets = lib.mkIf cfg.enable { gitea.sopsFile = ../../secrets/env.yaml; };
services.gitea = lib.mkIf cfg.enable { services.gitea = lib.mkIf cfg.enable {
enable = true; enable = true;
domain = cfg.host; DOMAIN = cfg.host;
rootUrl = cfg.url; ROOT_URL = cfg.url;
settings = { settings = {
session.COOKIE_SECURE = true; session.COOKIE_SECURE = true;
server.HTTP_PORT = cfg.port; server.HTTP_PORT = cfg.port;