feat: enable forgejo

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-07-21 11:12:14 -03:00
parent 8a07766269
commit b3f3a75926

View File

@@ -143,7 +143,6 @@ in {
};
};
/*
systemd.services."forgejo-users-setup" = with builtins; {
script = ''
function gum() { ${pkgs.gum}/bin/gum "$@"; }
@@ -194,14 +193,13 @@ in {
'')
users)}
'';
wantedBy = [ "multi-user.target" ];
after = [ "forgejo.service" ];
wantedBy = ["multi-user.target"];
after = ["forgejo.service"];
serviceConfig = {
Type = "oneshot";
User = cfg.user;
Group = cfg.group;
};
};
*/
};
}