Set up hibernation on framework
This commit is contained in:
parent
bf5731ca1c
commit
ba49a13ffe
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
<nixos-hardware/framework>
|
||||
<nixos-hardware/framework/12th-gen-intel>
|
||||
./hardware-configuration.nix
|
||||
../common/configuration.nix
|
||||
];
|
||||
|
@ -38,6 +38,7 @@
|
|||
"udev.log_level=3"
|
||||
"i915.enable_psr=0"
|
||||
"nvme.noacpi=1"
|
||||
"resume=/dev/disk/by-uuid/7e88d61f-5581-45fb-82f1-29a0e0caf4c0"
|
||||
];
|
||||
|
||||
blacklistedKernelModules = [ "hid_sensor_hub" ];
|
||||
|
|
Loading…
Reference in New Issue