diff --git a/config.scm b/config.scm index 11e93ef..fdd53aa 100644 --- a/config.scm +++ b/config.scm @@ -100,12 +100,13 @@ (keyboard-layout keyboard-layout))) (file-systems (append (list (file-system - (device (file-system-label "EFI") - (mount-point "/boot/efi") - (type "vfat")) - (device (file-system-label "guix") - (mount-point "/") - (type "xfs")))) + (device (file-system-label "EFI")) + (mount-point "/boot/efi") + (type "vfat")) + (file-system + (device (file-system-label "guix")) + (mount-point "/") + (type "xfs"))) %base-file-systems)) (swap-devices (list (swap-space (target (file-system-label "swap")))))