summaryrefslogtreecommitdiff
path: root/suweren
diff options
context:
space:
mode:
Diffstat (limited to 'suweren')
-rw-r--r--suweren/system.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/suweren/system.scm b/suweren/system.scm
index 214c0cb..d7797e3 100644
--- a/suweren/system.scm
+++ b/suweren/system.scm
@@ -84,6 +84,7 @@
;; record package ->
;; record bootloader-configuration ->
;; record package ->
+;; (record package) ->
;; string ->
;; (record file-system) ->
;; (record user-account) ->
@@ -91,6 +92,7 @@
(define-public (%suweren-operating-system kernel*
bootloader-configuration*
initrd*
+ firmware*
host-name*
file-systems*
users*)
@@ -118,6 +120,7 @@
(operating-system (kernel kernel*)
(bootloader bootloader-configuration*)
(initrd initrd*)
+ (firmware firmware*)
(host-name host-name*)
(file-systems file-systems*)
(users users*)