nix-config/hosts/common/autoupdate.nix

12 lines
233 B
Nix
Raw Normal View History

2024-09-19 17:12:09 +02:00
{ ... }:
2024-07-06 23:09:27 +02:00
{
system.autoUpgrade = {
enable = true;
dates = "04:00";
flake = "https://git.huwe.mooo.com/willifan/nix-config.git";
persistent = true;
randomizedDelaySec = "5min";
fixedRandomDelay = true;
};
2024-09-19 17:12:09 +02:00
}