Changed xfs to ext4

master
noah metz 2023-11-30 18:19:49 -07:00
parent 36afc5e045
commit f98417eded
1 changed files with 1 additions and 1 deletions

@ -282,7 +282,7 @@
(file-systems (cons* (file-system
(mount-point "/")
(device (file-system-label "guix-data"))
(type "xfs")
(type "ext4")
(check? #f))
(file-system
(mount-point "/boot/efi")