L
This commit is contained in:
parent
a2d6fc136e
commit
6fe84da62e
2 changed files with 3 additions and 49 deletions
|
@ -10,7 +10,10 @@
|
|||
system.stateVersion = "24.05";
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
|
||||
users.groups.git = {};
|
||||
users.users."git" = {
|
||||
isNormalUser = true;
|
||||
group = "git";
|
||||
};
|
||||
|
||||
services.forgejo = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue