summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--systems/ayase/system-configuration.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/systems/ayase/system-configuration.scm b/systems/ayase/system-configuration.scm
index e289d00..01d7711 100644
--- a/systems/ayase/system-configuration.scm
+++ b/systems/ayase/system-configuration.scm
@@ -6,11 +6,12 @@
#:use-module (gnu services xorg)
#:use-module (services distribution))
-;; DATA
-
(define bootloader-targets
(list "/boot/efi"))
+(define root-filesystem-device
+ (uuid "615a98cd-a632-4ee5-a6f4-e5ebcaa6fb8c"))
+
(define package-specifications
(list "emacs"
"emacs-exwm"
@@ -35,7 +36,7 @@
(define root-partition
(file-system (mount-point "/")
- (device (uuid "615a98cd-a632-4ee5-a6f4-e5ebcaa6fb8c" 'ext4))
+ (device root-filesystem-device)
(type "ext4")))
(define swap-space-target