Add Inugamei system

This commit is contained in:
jopejoe1 2023-08-14 16:47:59 +02:00
parent 0b9d285600
commit 34823e2397
3 changed files with 58 additions and 0 deletions

View file

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