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

  personal.monitoring.enable = true;
}