Fix panacea-push service

This commit is contained in:
coolneng 2022-05-10 23:36:52 +02:00
parent 6af773d35a
commit a2c0337bae
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 2 deletions

View File

@ -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";
};