Push dependencies bumps to git daily
This commit is contained in:
parent
674966001b
commit
ce676449a6
|
@ -120,4 +120,13 @@ in {
|
||||||
after = [ "home-coolneng.mount" ];
|
after = [ "home-coolneng.mount" ];
|
||||||
before = [ "mopidy.service" "mopidy-scan.service" ];
|
before = [ "mopidy.service" "mopidy-scan.service" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Push panacea changes to git daily
|
||||||
|
systemd.user.services.panacea-push = {
|
||||||
|
description = "Push panacea changes to git";
|
||||||
|
path = [ git gitAndTools.pass-git-helper ];
|
||||||
|
script = "${pkgs.git}/bin/git push";
|
||||||
|
serviceConfig.Type = "oneshot";
|
||||||
|
startAt = "14:00:00";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue