diff --git a/modules/periodic.nix b/modules/periodic.nix index 09f0d09..a9edc9e 100644 --- a/modules/periodic.nix +++ b/modules/periodic.nix @@ -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"; };