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 = {
|
||||
description = lib.mkForce "gitea server user";
|
||||
uid = ids;
|
||||
isSystemUser = false;
|
||||
isSystemUser = true;
|
||||
shell = pkgs.bash;
|
||||
home = "/var/lib/gitea";
|
||||
createHome = true;
|
||||
@@ -59,7 +59,7 @@ in
|
||||
server = {
|
||||
DOMAIN = "git.blakedheld.xyz";
|
||||
HTTP_PORT = cfg.port;
|
||||
#SSH_PORT = cfg.ssh_port;
|
||||
START_SSH_SERVER = true;
|
||||
};
|
||||
};
|
||||
database = {
|
||||
|
||||
Reference in New Issue
Block a user