Fix zion-push service
This commit is contained in:
parent
b45e299ee6
commit
76e8c9c6e1
|
@ -78,6 +78,7 @@ in {
|
|||
# Push zion changes to git daily
|
||||
systemd.user.services.zion-push = {
|
||||
description = "Push zion changes to git";
|
||||
wantedBy = [ "default.target" ];
|
||||
path = with pkgs; [ git ];
|
||||
script = ''
|
||||
${pkgs.git}/bin/git -C /home/coolneng/system pull
|
||||
|
|
Loading…
Reference in New Issue