This commit is contained in:
joygnu 2024-07-09 22:27:56 +02:00
parent bed26a204c
commit 5eb1f51f63
2 changed files with 18 additions and 0 deletions

View file

@ -12,5 +12,6 @@
./syncthing ./syncthing
./gpg ./gpg
./appimage ./appimage
./update
]; ];
} }

View file

@ -0,0 +1,17 @@
{ ... }:
{
system.autoUpgrade = {
enable = true;
flake = inputs.self.outPath;
flags = [
"--update-input"
"nixpkgs"
"-L" # print build logs
];
dates = "02:00";
randomizedDelaySec = "45min";
};
}