guix-config: Fix indentation

master
Pierre Neidhardt 2018-08-25 10:27:42 +02:00
parent c71830759a
commit 3685224978
1 changed files with 2 additions and 2 deletions

View File

@ -170,11 +170,11 @@
(file-systems (cons* (file-system
(device (file-system-label "guixsd"))
(mount-point "/")
(type "ext4"))
(type "ext4"))
(file-system
(device (file-system-label "home"))
(mount-point "/home")
(type "ext4"))
(type "ext4"))
(file-system
(device (uuid "8AC2-4252" 'fat))
(mount-point "/boot/efi")