.
This commit is contained in:
parent
27502bace9
commit
51a7ba8b65
1 changed files with 3 additions and 3 deletions
|
@ -32,12 +32,12 @@
|
||||||
(cons*
|
(cons*
|
||||||
(file-system
|
(file-system
|
||||||
(device
|
(device
|
||||||
(label "EFI System Partition"))
|
(file-system-label "EFI System Partition"))
|
||||||
(mount-point "/boot/efi")
|
(mount-point "/boot/efi")
|
||||||
(type "vfat"))
|
(type "vfat"))
|
||||||
(file-system
|
(file-system
|
||||||
(device
|
(device
|
||||||
(label "guix-root"))
|
(file-system-label "guix-root"))
|
||||||
(mount-point "/")
|
(mount-point "/")
|
||||||
(type "xfs"))
|
(type "xfs"))
|
||||||
%base-file-systems))
|
%base-file-systems))
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
(list
|
(list
|
||||||
(swap-space
|
(swap-space
|
||||||
(target
|
(target
|
||||||
(label "swap"))
|
(file-system-label "swap"))
|
||||||
(discard? #t))))
|
(discard? #t))))
|
||||||
(keyboard-layout
|
(keyboard-layout
|
||||||
(keyboard-layout "de"))
|
(keyboard-layout "de"))
|
||||||
|
|
Loading…
Reference in a new issue