From ce0bd4bc0518fe9467752fe33b6b8682cf458da9 Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 17 Jun 2022 17:15:27 +0200 Subject: [PATCH] Convert zion-push service to user service --- modules/periodic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";