chore: add git to flake

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2024-02-22 13:30:23 -06:00
parent 55f03ccfea
commit e1d84a9534
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@
in "${cfg.package}/bin/ugitd ${builtins.concatStringsSep " " args}";
wantedBy = ["multi-user.target"];
after = ["network-online.target"];
path = [cfg.package pkgs.git];
serviceConfig = {
User = cfg.user;
Group = cfg.group;