summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--systems/ayase/system-configuration.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/systems/ayase/system-configuration.scm b/systems/ayase/system-configuration.scm
index fb072e9..30df017 100644
--- a/systems/ayase/system-configuration.scm
+++ b/systems/ayase/system-configuration.scm
@@ -8,6 +8,9 @@
;; DATA
+(define bootloader-targets
+ (list "/boot/efi"))
+
(define host-name
"ayase")
@@ -61,7 +64,7 @@
(define bootloader
(bootloader-configuration (bootloader grub-efi-bootloader)
- (targets (list "/boot/efi"))
+ (targets bootloader-targets)
(keyboard-layout keyboard-layout)))
(define main-swap