monolith: fix suspending by disabling suspend2idle
This commit is contained in:
parent
34ce503cec
commit
15397a871a
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ in
|
||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
"video=DP-1:1920x1080@144"
|
"video=DP-1:1920x1080@144"
|
||||||
];
|
];
|
||||||
|
systemd.sleep.extraConfig = ''
|
||||||
|
SuspendState=mem
|
||||||
|
'';
|
||||||
|
|
||||||
hardware.opengl.driSupport = true;
|
hardware.opengl.driSupport = true;
|
||||||
# # For 32 bit applications
|
# # For 32 bit applications
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue