This commit is contained in:
Daniel Ziltener 2023-11-29 13:44:22 +01:00
parent 2dee4f2679
commit 27502bace9
Signed by: zilti
GPG Key ID: B38976E82C9DAE42

View File

@ -32,12 +32,12 @@
(cons*
(file-system
(device
(partition-label "EFI System Partition"))
(label "EFI System Partition"))
(mount-point "/boot/efi")
(type "vfat"))
(file-system
(device
(file-system-label "guix-root"))
(label "guix-root"))
(mount-point "/")
(type "xfs"))
%base-file-systems))