nix-conf/modules/auto-update/default.nix

13 lines
179 B
Nix
Raw Normal View History

2023-08-14 16:47:59 +02:00
{ ... }:
{
system.autoUpgrade = {
enable = true;
randomizedDelaySec = "30min";
flake = "git+https://codeberg.org/jopejoe1/nix-conf";
dates = "hourly";
};
}