This commit is contained in:
Daniel Ziltener 2023-11-29 13:46:34 +01:00
parent 27502bace9
commit 51a7ba8b65
Signed by: zilti
GPG Key ID: B38976E82C9DAE42

View File

@ -32,12 +32,12 @@
(cons*
(file-system
(device
(label "EFI System Partition"))
(file-system-label "EFI System Partition"))
(mount-point "/boot/efi")
(type "vfat"))
(file-system
(device
(label "guix-root"))
(file-system-label "guix-root"))
(mount-point "/")
(type "xfs"))
%base-file-systems))
@ -45,7 +45,7 @@
(list
(swap-space
(target
(label "swap"))
(file-system-label "swap"))
(discard? #t))))
(keyboard-layout
(keyboard-layout "de"))