mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
10 lines
192 B
Nix
10 lines
192 B
Nix
{
|
|
system.autoUpgrade = {
|
|
enable = true;
|
|
flags = [ "--accept-flake-config" ];
|
|
randomizedDelaySec = "1h";
|
|
persistent = true;
|
|
flake = "github:RichieCahill/dotfiles";
|
|
};
|
|
}
|