11 lines
237 B
Nix
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;
|
|
};
|
|
}
|