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