aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/carbon/system/power.nix
blob: f8caa7bef3f60651808174d863195f0992bc61c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  power = {
    restartAfterFreeze = true;

    sleep = {
      allowSleepByPowerButton = false;
      computer = 10;
      harddisk = 10;
      display = 5;
    };
  };
}