73 current 2025-10-07 23:58:43 25.05.20251001.5b5be50 6.12.49 *
This commit is contained in:
@@ -40,7 +40,7 @@ in
|
|||||||
users.users.gitea = {
|
users.users.gitea = {
|
||||||
description = lib.mkForce "gitea server user";
|
description = lib.mkForce "gitea server user";
|
||||||
uid = ids;
|
uid = ids;
|
||||||
isSystemUser = false;
|
isSystemUser = true;
|
||||||
shell = pkgs.bash;
|
shell = pkgs.bash;
|
||||||
home = "/var/lib/gitea";
|
home = "/var/lib/gitea";
|
||||||
createHome = true;
|
createHome = true;
|
||||||
@@ -59,7 +59,7 @@ in
|
|||||||
server = {
|
server = {
|
||||||
DOMAIN = "git.blakedheld.xyz";
|
DOMAIN = "git.blakedheld.xyz";
|
||||||
HTTP_PORT = cfg.port;
|
HTTP_PORT = cfg.port;
|
||||||
#SSH_PORT = cfg.ssh_port;
|
START_SSH_SERVER = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
database = {
|
database = {
|
||||||
|
|||||||
Reference in New Issue
Block a user