mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
cannot replicate sleep problem without external monitor or any usb device plugged in
This commit is contained in:
parent
22cdffc925
commit
bd873a9807
4 changed files with 4 additions and 92 deletions
|
|
@ -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
|
||||
# -----------------------
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue