summaryrefslogtreecommitdiff
path: root/config/system.nix
blob: 870ca71cfdd95e6aa3c1d3d6a9765af88b674edf (plain)
1
2
3
4
5
6
7
8
9
10
{...}: {
  personal.system = {
    flake = "git+file:///etc/nixos/";
    autoUpgrade.enable = true;
  };
  system.autoUpgrade = {
    dates = "12:30";
    allowReboot = true;
  };
}