summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--systems/akashi.scm20
1 files changed, 10 insertions, 10 deletions
diff --git a/systems/akashi.scm b/systems/akashi.scm
index fb06c9e..03bc869 100644
--- a/systems/akashi.scm
+++ b/systems/akashi.scm
@@ -28,16 +28,16 @@
((@ (gnu system) operating-system)
(inherit %suweren-operating-system)
(kernel kernel*)
- (bootloader-configuration* keyboard-layout)
- keyboard-layout
- initrd*
- firmware*
- host-name*
- (file-systems* host-name*)
- (swap-devices* host-name*)
- (users)
- timezone*
- services*)))
+ (bootloader (bootloader-configuration* keyboard-layout))
+ (keyboard-layout keyboard-layout)
+ (initrd initrd*)
+ (firmware firmware*)
+ (host-name host-name*)
+ (file-systems ((@ (machines thinkpad-x200) file-systems*) host-name*))
+ (swap-devices (swap-devices* host-name*))
+ (users (users))
+ (timezone timezone*)
+ (services services*))))
(define-public operating-system*
(operating-system*))