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))) (keyboard-layout keyboard-layout)))
(file-systems (append (list (file-systems (append (list
(file-system (file-system
(device (file-system-label "EFI") (device (file-system-label "EFI"))
(mount-point "/boot/efi") (mount-point "/boot/efi")
(type "vfat")) (type "vfat"))
(device (file-system-label "guix") (file-system
(mount-point "/") (device (file-system-label "guix"))
(type "xfs")))) (mount-point "/")
(type "xfs")))
%base-file-systems)) %base-file-systems))
(swap-devices (swap-devices
(list (swap-space (target (file-system-label "swap"))))) (list (swap-space (target (file-system-label "swap")))))