12 lines
280 B
Nix
12 lines
280 B
Nix
{
|
|
system.autoUpgrade = {
|
|
enable = true;
|
|
flags = [ "--accept-flake-config" ];
|
|
randomizedDelaySec = "1h";
|
|
persistent = true;
|
|
flake = "git+https://gitea.tmmworkshop.com/richie/dotfiles?ref=main";
|
|
allowReboot = true;
|
|
dates = "Sat *-*-* 06:00:00";
|
|
};
|
|
}
|