.
This commit is contained in:
parent
093d5bae98
commit
66c0b6778f
1 changed files with 3 additions and 6 deletions
|
@ -35,21 +35,18 @@
|
||||||
(file-systems
|
(file-systems
|
||||||
(cons*
|
(cons*
|
||||||
(file-system
|
(file-system
|
||||||
(device
|
(device "/dev/disk/by-partlabel/EFI\x20System\x20Partition")
|
||||||
(file-system-label "EFI System Partition"))
|
|
||||||
(mount-point "/boot/efi")
|
(mount-point "/boot/efi")
|
||||||
(type "vfat"))
|
(type "vfat"))
|
||||||
(file-system
|
(file-system
|
||||||
(device
|
(device "/dev/disk/by-partlabel/guix-root")
|
||||||
(file-system-label "guix-root"))
|
|
||||||
(mount-point "/")
|
(mount-point "/")
|
||||||
(type "xfs"))
|
(type "xfs"))
|
||||||
%base-file-systems))
|
%base-file-systems))
|
||||||
(swap-devices
|
(swap-devices
|
||||||
(list
|
(list
|
||||||
(swap-space
|
(swap-space
|
||||||
(target
|
(target "/dev/disk/by-partlabel/swap")
|
||||||
(file-system-label "swap"))
|
|
||||||
(discard? #t))))
|
(discard? #t))))
|
||||||
(users
|
(users
|
||||||
(cons*
|
(cons*
|
||||||
|
|
Loading…
Reference in a new issue