Convert zion-push service to user service
This commit is contained in:
parent
1525120e29
commit
ce0bd4bc05
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue