main
nix 8 lines 161 Bytes
Raw
1 {
2 system.autoUpgrade = {
3 enable = true;
4 dates = "daily";
5 flake = "git+https://github.com/nixos/infra.git?ref=main";
6 allowReboot = true;
7 };
8 }