diff --git a/config.scm b/config.scm index 30c5757..7e9e5e7 100644 --- a/config.scm +++ b/config.scm @@ -32,12 +32,12 @@ (cons* (file-system (device - (label "EFI System Partition")) + (file-system-label "EFI System Partition")) (mount-point "/boot/efi") (type "vfat")) (file-system (device - (label "guix-root")) + (file-system-label "guix-root")) (mount-point "/") (type "xfs")) %base-file-systems)) @@ -45,7 +45,7 @@ (list (swap-space (target - (label "swap")) + (file-system-label "swap")) (discard? #t)))) (keyboard-layout (keyboard-layout "de"))