69 current 2025-10-07 23:14:40 25.05.20251001.5b5be50 6.12.49 *
This commit is contained in:
@@ -44,7 +44,7 @@ in
|
|||||||
home = "/var/lib/gitea";
|
home = "/var/lib/gitea";
|
||||||
createHome = true;
|
createHome = true;
|
||||||
group = "gitea";
|
group = "gitea";
|
||||||
extraGroups = [ "media" ];
|
extraGroups = [];
|
||||||
};
|
};
|
||||||
|
|
||||||
# enable the gitea service
|
# enable the gitea service
|
||||||
@@ -54,7 +54,6 @@ in
|
|||||||
group = "gitea";
|
group = "gitea";
|
||||||
stateDir = data_dir;
|
stateDir = data_dir;
|
||||||
appName = "gitea";
|
appName = "gitea";
|
||||||
useWizard = true;
|
|
||||||
settings = {
|
settings = {
|
||||||
server = {
|
server = {
|
||||||
DOMAIN = "git.blakedheld.xyz";
|
DOMAIN = "git.blakedheld.xyz";
|
||||||
@@ -62,9 +61,9 @@ in
|
|||||||
SSH_PORT = cfg.ssh_port;
|
SSH_PORT = cfg.ssh_port;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# database = {
|
database = {
|
||||||
# passwordFile = "${toString config.sops.secrets."gitea_database_password".path}";
|
passwordFile = "${toString config.sops.secrets."gitea_database_password".path}";
|
||||||
# };
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# override umask to make permissions work out
|
# override umask to make permissions work out
|
||||||
|
|||||||
Reference in New Issue
Block a user