mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-07 21:46:50 +01:00
13 lines
179 B
Nix
13 lines
179 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
system.autoUpgrade = {
|
||
|
enable = true;
|
||
|
randomizedDelaySec = "30min";
|
||
|
flake = "git+https://codeberg.org/jopejoe1/nix-conf";
|
||
|
dates = "hourly";
|
||
|
};
|
||
|
}
|
||
|
|
||
|
|