summaryrefslogtreecommitdiff
path: root/systems/mcdowell.scm
diff options
context:
space:
mode:
Diffstat (limited to 'systems/mcdowell.scm')
-rw-r--r--systems/mcdowell.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm
index 55fb530..31c1a90 100644
--- a/systems/mcdowell.scm
+++ b/systems/mcdowell.scm
@@ -1,5 +1,6 @@
(define-module (systems mcdowell)
#:use-module (machines portable-bios) ; bootloader-configuration*
+ ; kernel*
; file-systems*
#:use-module (suweren system) ; %suweren-operating-system
#:use-module (users marekpasnikowski) ; marekpasnikowski-account
@@ -15,7 +16,8 @@
;; record operating-system
(define operating-system*
- (%suweren-operating-system bootloader-configuration*
+ (%suweren-operating-system kernel*
+ bootloader-configuration*
host-name*
(file-systems* host-name*)
users*))