diff --git a/modules/periodic.nix b/modules/periodic.nix index 271497f..1c7cc88 100644 --- a/modules/periodic.nix +++ b/modules/periodic.nix @@ -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";