nix-conf/modules/auto-update/default.nix
2023-08-14 16:47:59 +02:00

12 lines
179 B
Nix

{ ... }:
{
system.autoUpgrade = {
enable = true;
randomizedDelaySec = "30min";
flake = "git+https://codeberg.org/jopejoe1/nix-conf";
dates = "hourly";
};
}