This commit is contained in:
Daniel Ziltener 2023-11-29 14:20:09 +01:00
parent 093d5bae98
commit 66c0b6778f
Signed by: zilti
GPG Key ID: B38976E82C9DAE42

View File

@ -35,21 +35,18 @@
(file-systems
(cons*
(file-system
(device
(file-system-label "EFI System Partition"))
(device "/dev/disk/by-partlabel/EFI\x20System\x20Partition")
(mount-point "/boot/efi")
(type "vfat"))
(file-system
(device
(file-system-label "guix-root"))
(device "/dev/disk/by-partlabel/guix-root")
(mount-point "/")
(type "xfs"))
%base-file-systems))
(swap-devices
(list
(swap-space
(target
(file-system-label "swap"))
(target "/dev/disk/by-partlabel/swap")
(discard? #t))))
(users
(cons*