.
This commit is contained in:
parent
c52a06e7bd
commit
fac694a046
1 changed files with 7 additions and 6 deletions
13
config.scm
13
config.scm
|
@ -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")))))
|
||||||
|
|
Loading…
Reference in a new issue