fix: needed to add git and git lfs to teh path of the service
All checks were successful
/ check_lfs (push) Successful in 20s
On_Push / lint_fmt (push) Successful in 59s
On_Push / lint_clippy (push) Successful in 4m33s
On_Push / build (push) Successful in 2m2s
On_Push / deploy (push) Successful in 33s

This commit is contained in:
silver 2025-06-18 03:57:04 +01:00
parent 3a56d7bba5
commit 1dc5c105df
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -122,7 +122,7 @@
wantedBy = [];
after = ["network-online.target"];
environment = environment_config;
path = with pkgs; [ git git-lfs ];
serviceConfig = {
Type = "oneshot";
User = "${cfg.user}";