monolith: fix suspending by disabling suspend2idle
This commit is contained in:
parent
34ce503cec
commit
15397a871a
|
@ -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…
Reference in a new issue