This commit is contained in:
Daniel Ziltener 2023-11-30 11:48:42 +01:00
parent e2157f12ba
commit c2b1886a11
Signed by: zilti
GPG Key ID: B38976E82C9DAE42

View File

@ -44,24 +44,18 @@
(file-systems
(cons*
(file-system
(device
(find-partition-by-label "EFI System Partition"))
#;(device "/dev/disk/by-partlabel/EFI\\x20System\\x20Partition")
(device "/dev/disk/by-partlabel/EFI\\x20System\\x20Partition")
(mount-point "/boot/efi")
(type "vfat"))
(file-system
(device
(find-partition-by-label "guix-root"))
#;(device "/dev/disk/by-partlabel/guix-root")
(device "/dev/disk/by-partlabel/guix-root")
(mount-point "/")
(type "xfs"))
%base-file-systems))
(swap-devices
(list
(swap-space
(target
(find-partition-by-label "swap"))
#;(target "/dev/disk/by-partlabel/swap")
(target "/dev/disk/by-partlabel/swap")
(discard? #t))))
(users
(cons*