From 66c0b6778fdaded49fdd368639329507bf827a3f Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Wed, 29 Nov 2023 14:20:09 +0100 Subject: [PATCH] . --- config.scm | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/config.scm b/config.scm index 7cc77b4..53fa528 100644 --- a/config.scm +++ b/config.scm @@ -35,21 +35,18 @@ (file-systems (cons* (file-system - (device - (file-system-label "EFI System Partition")) + (device "/dev/disk/by-partlabel/EFI\x20System\x20Partition") (mount-point "/boot/efi") (type "vfat")) (file-system - (device - (file-system-label "guix-root")) + (device "/dev/disk/by-partlabel/guix-root") (mount-point "/") (type "xfs")) %base-file-systems)) (swap-devices (list (swap-space - (target - (file-system-label "swap")) + (target "/dev/disk/by-partlabel/swap") (discard? #t)))) (users (cons*