fix: needed to add git and git lfs to teh path of the service
This commit is contained in:
parent
3a56d7bba5
commit
1dc5c105df
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@
|
||||||
wantedBy = [];
|
wantedBy = [];
|
||||||
after = ["network-online.target"];
|
after = ["network-online.target"];
|
||||||
environment = environment_config;
|
environment = environment_config;
|
||||||
|
path = with pkgs; [ git git-lfs ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
User = "${cfg.user}";
|
User = "${cfg.user}";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue