aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/mercury/system/system.nix
blob: 4df90bff9ae218a1e0c33256a59a8ec15c9c2adc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  system = {
    stateVersion = "26.11";

    autoUpgrade = {
      enable = true;
      dates = "weekly";
      persistent = true;
      allowReboot = false;
      runGarbageCollection = true;
      flake = "git+https://git.gay/pvppy/flake";
    };
  };
}