mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-06 12:06:54 +01:00
10 lines
181 B
Nix
10 lines
181 B
Nix
{ ... }:
|
|
|
|
{
|
|
system.autoUpgrade = {
|
|
enable = true;
|
|
randomizedDelaySec = "30min";
|
|
flake = "git+https://codeberg.org/jopejoe1/nix-conf.git";
|
|
dates = "hourly";
|
|
};
|
|
}
|