diff --git a/modules/periodic.nix b/modules/periodic.nix index 68db934..bc32e90 100644 --- a/modules/periodic.nix +++ b/modules/periodic.nix @@ -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