Fix panacea-push service
This commit is contained in:
parent
6af773d35a
commit
a2c0337bae
|
@ -124,8 +124,8 @@ in {
|
|||
# Push panacea changes to git daily
|
||||
systemd.user.services.panacea-push = {
|
||||
description = "Push panacea changes to git";
|
||||
path = [ git gitAndTools.pass-git-helper ];
|
||||
script = "${pkgs.git}/bin/git push";
|
||||
path = [ pass-wayland git gitAndTools.pass-git-helper ];
|
||||
script = "${pkgs.git}/bin/git -C /home/coolneng/Projects/panacea push";
|
||||
serviceConfig.Type = "oneshot";
|
||||
startAt = "14:00:00";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue