nix-config/modules/default/common/autoupdate.nix
2024-12-27 15:08:02 +01:00

11 lines
237 B
Nix

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