summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/portable-bios.scm6
-rw-r--r--machines/thinkpad-x200.scm6
2 files changed, 0 insertions, 12 deletions
diff --git a/machines/portable-bios.scm b/machines/portable-bios.scm
index 6cee14a..5364300 100644
--- a/machines/portable-bios.scm
+++ b/machines/portable-bios.scm
@@ -41,12 +41,6 @@
(define-public firmware*
(list linux-firmware))
-;; (list string)
-(define-public hardware-groups
- (list "audio"
- "netdev"
- "video"))
-
;; record* package
(define-public initrd*
microcode-initrd)
diff --git a/machines/thinkpad-x200.scm b/machines/thinkpad-x200.scm
index 4e86398..faca5b0 100644
--- a/machines/thinkpad-x200.scm
+++ b/machines/thinkpad-x200.scm
@@ -41,12 +41,6 @@
(define-public firmware*
(list linux-firmware))
-;; (list string)
-(define-public hardware-groups
- (list "audio"
- "netdev"
- "video"))
-
;; record* package
(define-public initrd*
microcode-initrd)