Added git user/group

This commit is contained in:
2025-08-21 16:22:12 +03:00
parent 4eef66a4d4
commit e51c12555f

View File

@@ -39,13 +39,13 @@
sops.secrets.gitea-db-password = { owner = config.services.gitea.user; };
# users.groups.git = { };
# users.users.git = {
# isSystemUser = true;
# group = "git";
# home = "/var/lib/gitea";
# description = "Gitea Service";
# };
users.groups.git = { };
users.users.git = {
isSystemUser = true;
group = "git";
home = "/var/lib/gitea";
description = "Gitea Service";
};
services.gitea = {
enable = true;