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; };
services.gitea = lib.mkIf cfg.enable {
enable = true;
domain = cfg.host;
rootUrl = cfg.url;
DOMAIN = cfg.host;
ROOT_URL = cfg.url;
settings = {
session.COOKIE_SECURE = true;
server.HTTP_PORT = cfg.port;