1
0
Fork 0

Change update timer

This commit is contained in:
Malte Brandy 2019-08-14 00:49:27 +02:00
parent 0bfafc2041
commit a1d2169181
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -9,7 +9,6 @@ in {
systemd.services = {
test-and-update = {
startAt = "2:45";
environment.NIX_PATH =
"/etc/nix-path:nixos-config=/etc/nixos/configuration.nix";
path = [ pkgs.nix pkgs.gnutar pkgs.gzip pkgs.git pkgs.git-crypt ];
@ -28,7 +27,7 @@ in {
};
test-and-bump-config = {
startAt = "20:30";
startAt = "03:45";
path = [ pkgs.nix pkgs.gnutar pkgs.gzip pkgs.git pkgs.git-crypt ];
serviceConfig = {
Type = "oneshot";