Dimaga: rebuild Khanda daily
This commit is contained in:
parent
7e2ad09296
commit
32dc2888df
|
@ -49,7 +49,7 @@ in
|
||||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
|
|
||||||
# Build Nix packages for other hosts.
|
# Build Nix packages for other hosts.
|
||||||
# Runs every Saturday at 4 AM
|
# Runs every day at 4 AM
|
||||||
systemd.services."build-hosts" = {
|
systemd.services."build-hosts" = {
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
|
@ -66,7 +66,7 @@ in
|
||||||
after = [ "network-online.target" ];
|
after = [ "network-online.target" ];
|
||||||
wantedBy = [ "timers.target" ];
|
wantedBy = [ "timers.target" ];
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
OnCalendar = "Sat 04:00";
|
OnCalendar = "04:00";
|
||||||
Persistent = true;
|
Persistent = true;
|
||||||
Unit = "build-hosts.service";
|
Unit = "build-hosts.service";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue