From 51a7ba8b65a25c2ba0fcc3caab1c150630b28845 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Wed, 29 Nov 2023 13:46:34 +0100 Subject: [PATCH] . --- config.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"))