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

10 lines
181 B
Nix

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