mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 21:39:23 +02:00
Add Inugamei system
This commit is contained in:
parent
0b9d285600
commit
34823e2397
3 changed files with 58 additions and 0 deletions
12
modules/auto-update/default.nix
Normal file
12
modules/auto-update/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
randomizedDelaySec = "30min";
|
||||
flake = "git+https://codeberg.org/jopejoe1/nix-conf";
|
||||
dates = "hourly";
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue