mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
12 lines
250 B
Nix
12 lines
250 B
Nix
{
|
|
system.autoUpgrade = {
|
|
enable = true;
|
|
flags = [ "--accept-flake-config" ];
|
|
randomizedDelaySec = "1h";
|
|
persistent = true;
|
|
flake = "github:RichieCahill/dotfiles";
|
|
allowReboot = true;
|
|
dates = "Sat *-*-* 06:00:00";
|
|
};
|
|
}
|