Korjaa valmiustila OMS-celebillä

This commit is contained in:
Saku Laesvuori 2026-08-18 22:11:44 +03:00
parent 69045af23a
commit 73c628280f
Signed by: slaesvuo
GPG Key ID: 257D284A2A1D3A32

View File

@ -239,7 +239,14 @@ ID with the extended system as it's value."
(inherit base) (inherit base)
(firmware (cons sof-firmware (operating-system-firmware base))) (firmware (cons sof-firmware (operating-system-firmware base)))
(initrd-modules (initrd-modules
(append '("vmd") (operating-system-initrd-modules base)))))) (append '("vmd") (operating-system-initrd-modules base)))
(services
(modify-services (operating-system-user-services base)
(elogind-service-type config =>
(elogind-configuration
(inherit config)
;; This machine gets stuck with proper deep sleep (suspend to RAM)
(suspend-mode '(s2idle)))))))))
(define-system oms-kone (define-system oms-kone
(let ((base (base-operating-system "OMS-kone")) (let ((base (base-operating-system "OMS-kone"))