Convert zion-push service to user service

This commit is contained in:
2022-06-17 17:15:27 +02:00
parent 1525120e29
commit ce0bd4bc05

View File

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