From 33540a032d08e7d67a1a2438eb36ab3f1a20fd50 Mon Sep 17 00:00:00 2001 From: Saku Laesvuori Date: Tue, 18 Aug 2026 17:55:08 +0300 Subject: [PATCH] =?UTF-8?q?Korjaa=20=C3=A4=C3=A4nentoisto=20OMS-celebill?= =?UTF-8?q?=C3=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/oms/systems.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/oms/systems.scm b/modules/oms/systems.scm index 83f99e7..a504eb8 100644 --- a/modules/oms/systems.scm +++ b/modules/oms/systems.scm @@ -236,6 +236,7 @@ ID with the extended system as it's value." (let ((base (base-operating-system "OMS-celeb"))) (operating-system (inherit base) + (firmware (cons sof-firmware (operating-system-firmware base))) (initrd-modules (append '("vmd") (operating-system-initrd-modules base))))))