nix-config/hosts/common/autoupdate.nix
2024-07-06 23:09:27 +02:00

11 lines
238 B
Nix

{ pkgs, ... }:
{
system.autoUpgrade = {
enable = true;
dates = "04:00";
flake = "https://git.huwe.mooo.com/willifan/nix-config.git";
persistent = true;
randomizedDelaySec = "5min";
fixedRandomDelay = true;
};
}