From 2760d49f895ad167cbccb4faa34cdc5aecc3c929 Mon Sep 17 00:00:00 2001 From: "Mohamed C." <65728018+Moe1369@users.noreply.github.com> Date: Sat, 10 Aug 2024 11:37:17 +0200 Subject: [PATCH] Update set-updates.nix --- system/set-updates.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/set-updates.nix b/system/set-updates.nix index e8a2585..023cdbe 100644 --- a/system/set-updates.nix +++ b/system/set-updates.nix @@ -2,11 +2,11 @@ { system.autoUpgrade = { enable = true; - dates = "04:00"; + dates = "16:00"; flake = "github:Moe1369/nixos-config"; flags = [ "--update-input" "nixpkgs" "--commit-lock-file" ]; - allowReboot = true; + allowReboot = false; }; }