summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2024-05-12 00:30:15 +0200
committerAlan Pearce2024-05-12 00:30:15 +0200
commit807ddb9799070fd3b610163a1bf5c8a64c756b1c (patch)
treea1b066b99cc0a1cd26d711cebf85f463e2275de1 /system
parent269143be0ca52d534ef2d6568887eb3ea2a007a2 (diff)
downloadnixfiles-807ddb9799070fd3b610163a1bf5c8a64c756b1c.tar.lz
nixfiles-807ddb9799070fd3b610163a1bf5c8a64c756b1c.tar.zst
nixfiles-807ddb9799070fd3b610163a1bf5c8a64c756b1c.zip
co-ordinate auto-upgrade times between linde and nanopi
Diffstat (limited to 'system')
-rw-r--r--system/linde.nix3
-rwxr-xr-xsystem/nanopi.nix2
2 files changed, 3 insertions, 2 deletions
diff --git a/system/linde.nix b/system/linde.nix
index 18e40fd1..dee7dfdd 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -126,7 +126,8 @@ in
 
   system.autoUpgrade = {
     enable = true;
-    dates = "05:10";
+    dates = "02:10";
+    randomizedDelaySec = "59 min";
     allowReboot = true;
     flake = "git+file://${config.services.gitolite.dataDir}/repositories/nixfiles.git";
     flags = [
diff --git a/system/nanopi.nix b/system/nanopi.nix
index 3c4b4a0f..7a996223 100755
--- a/system/nanopi.nix
+++ b/system/nanopi.nix
@@ -617,7 +617,7 @@ in
   nixpkgs.config.allowUnfree = true;
   system.autoUpgrade = {
     enable = false;
-    dates = "01:00";
+    dates = "04:15";
     randomizedDelaySec = "59 min";
     channel = "https://nixos.org/channels/nixos-unstable-small";
     allowReboot = true;