This commit is contained in:
41666 2024-03-31 00:06:00 -04:00
parent a2d6fc136e
commit 6fe84da62e
2 changed files with 3 additions and 49 deletions

View file

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