73 current 2025-10-07 23:58:43 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-08 00:04:00 -05:00
parent 4ac1f27987
commit 56921209cb

View File

@@ -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 = {