desktop: Enable resume from swap
* .guix/rekahsoft/guix-config/desktop.scm: Prior to this commit, resume did not function.
This commit is contained in:
parent
5f71b375fd
commit
a330acbd4f
@ -103,6 +103,9 @@
|
||||
|
||||
;; Use non-free kernel, intel microcode and proprietary firmware
|
||||
(kernel linux)
|
||||
(kernel-arguments
|
||||
(cons* "resume=/dev/mapper/vg0-swap"
|
||||
%default-kernel-arguments))
|
||||
(initrd microcode-initrd)
|
||||
(firmware (list linux-firmware))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user