config/guix/system/desktop-bababa: Switch to Btrfs.

master
Pierre Neidhardt 2020-06-17 10:26:45 +02:00
parent 1db363fa34
commit d71f9617a8
1 changed files with 3 additions and 2 deletions

View File

@ -85,9 +85,10 @@
;; )))
(file-systems (cons* (file-system
(device (file-system-label "guixsd")) ; TODO: Change label to "guix".
(device (file-system-label "guix"))
(mount-point "/")
(type "ext4"))
(type "btrfs")
(options "subvol=rootfs,compress=zstd"))
(file-system
(device (file-system-label "babadata"))
(mount-point "/media/babadata")