Fix zion-push service

This commit is contained in:
coolneng 2022-07-20 10:15:40 +02:00
parent b45e299ee6
commit 76e8c9c6e1
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 0 deletions

View File

@ -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