cannot replicate sleep problem without external monitor or any usb device plugged in

This commit is contained in:
Chris McDonough 2022-07-09 04:36:30 -04:00
parent 22cdffc925
commit bd873a9807
4 changed files with 4 additions and 92 deletions

View file

@ -1,4 +1,4 @@
{ lib, ... }:
{ lib, pkgs, ... }:
{
imports = [
../../../common/gpu/nvidia.nix
@ -22,12 +22,9 @@
};
};
# reqired to make wireless work
# required to make wireless work
hardware.enableAllFirmware = true;
# See sleep.nix inside this directory for code that allows the system to
# sleep properly (out of the box, it will not) at the cost of battery life.
#
# throttled vs. thermald
# -----------------------
#