Update set-updates.nix
Some checks are pending
Flake.lock / build (push) Waiting to run

This commit is contained in:
Mohamed C. 2024-08-10 11:37:17 +02:00 committed by GitHub
parent 1edfeccebd
commit 2760d49f89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
};
}