This commit is contained in:
@@ -28,7 +28,7 @@ in
|
||||
{
|
||||
systemd.services."build-flakes" = {
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
Type = "exec";
|
||||
ExecStart = "${build-flake-script}/bin/build-flake-script";
|
||||
};
|
||||
};
|
||||
@@ -36,7 +36,7 @@ in
|
||||
enable = true;
|
||||
wantedBy = [ "timers.target" ];
|
||||
timerConfig = {
|
||||
OnCalendar = "Sun 06:00:00";
|
||||
OnCalendar = "*-*-* *:30:00";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user