diff options
Diffstat (limited to 'machines/portable-bios.scm')
-rw-r--r-- | machines/portable-bios.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/machines/portable-bios.scm b/machines/portable-bios.scm index 416960d..bbbe1f1 100644 --- a/machines/portable-bios.scm +++ b/machines/portable-bios.scm @@ -31,6 +31,12 @@ (define-public firmware* (list linux-firmware)) +;; (string) +(define-public hardware-groups + (list "audio" + "netdev" + "video")) + ;; record package (define-public initrd* microcode-initrd) |