fix git user for forgejo
Some checks are pending
build and cache random stuff / build (.#attic-client) (push) Waiting to run
build and cache random stuff / build (.#attic-server) (push) Waiting to run
build and cache random stuff / build (.#conduwuit) (push) Waiting to run
build and cache random stuff / build (.#eza) (push) Waiting to run
nix flake and fmt check / flake-check (push) Waiting to run
Some checks are pending
build and cache random stuff / build (.#attic-client) (push) Waiting to run
build and cache random stuff / build (.#attic-server) (push) Waiting to run
build and cache random stuff / build (.#conduwuit) (push) Waiting to run
build and cache random stuff / build (.#eza) (push) Waiting to run
nix flake and fmt check / flake-check (push) Waiting to run
This commit is contained in:
parent
8e492db3d1
commit
96efcd1ba6
1 changed files with 2 additions and 1 deletions
|
@ -139,7 +139,8 @@
|
||||||
];
|
];
|
||||||
# for forgejo
|
# for forgejo
|
||||||
users.users.git = {
|
users.users.git = {
|
||||||
isSystemUser = true;
|
isNormalUser = true;
|
||||||
|
home = "/var/lib/forgejo";
|
||||||
group = "git";
|
group = "git";
|
||||||
};
|
};
|
||||||
users.groups.git = {};
|
users.groups.git = {};
|
||||||
|
|
Loading…
Add table
Reference in a new issue