This commit is contained in:
41666 2024-03-31 00:07:51 -04:00
parent 6fe84da62e
commit b58d787314

View file

@ -10,15 +10,7 @@
system.stateVersion = "24.05";
nixpkgs.hostPlatform = "x86_64-linux";
users.groups.git = {};
users.users."git" = {
isNormalUser = true;
group = "git";
};
services.forgejo = {
user = "git";
group = "git";
enable = true;
settings = {
database = {