Convert zion-push service to user service

This commit is contained in:
coolneng 2022-06-17 17:15:27 +02:00
parent 1525120e29
commit ce0bd4bc05
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ in {
}; };
# Push zion changes to git daily # Push zion changes to git daily
systemd.services.zion-push = { systemd.user.services.zion-push = {
description = "Push zion changes to git"; description = "Push zion changes to git";
path = with pkgs; [ git ]; path = with pkgs; [ git ];
script = "${pkgs.git}/bin/git -C /home/coolneng/system push"; script = "${pkgs.git}/bin/git -C /home/coolneng/system push";