Auto upgrade service

This commit is contained in:
Filippo Berto 2022-12-01 17:55:51 +01:00
parent cb234983ee
commit 3afe2d0562
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
3 changed files with 10 additions and 1 deletions

View file

@ -0,0 +1,8 @@
{
system.autoUpgrade = {
enable = true;
flake = "gitlab:bertof/nix-dotfiles";
# dates = "daily"; # default 04:04
randomizedDelaySec = "45min";
};
}