This commit is contained in:
Daniel Ziltener 2023-12-17 17:40:03 +01:00
parent c52a06e7bd
commit fac694a046
Signed by: zilti
GPG Key ID: B38976E82C9DAE42

View File

@ -100,12 +100,13 @@
(keyboard-layout keyboard-layout)))
(file-systems (append (list
(file-system
(device (file-system-label "EFI")
(device (file-system-label "EFI"))
(mount-point "/boot/efi")
(type "vfat"))
(device (file-system-label "guix")
(file-system
(device (file-system-label "guix"))
(mount-point "/")
(type "xfs"))))
(type "xfs")))
%base-file-systems))
(swap-devices
(list (swap-space (target (file-system-label "swap")))))