From 383d977d72c83d57243a6e3403bd14d825d18f43 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 19 Aug 2019 11:30:07 +0200 Subject: [PATCH] config/guix/system/desktop-bababa: Switch to btrfs. --- .config/guix/system/desktop-bababa.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/guix/system/desktop-bababa.scm b/.config/guix/system/desktop-bababa.scm index 6a00bf31..ee9cff56 100644 --- a/.config/guix/system/desktop-bababa.scm +++ b/.config/guix/system/desktop-bababa.scm @@ -30,7 +30,7 @@ (file-system (device (file-system-label "babadata")) (mount-point "/media/babadata") - (type "ext4") + (type "btrfs") (create-mount-point? #t)) (file-system (mount-point "/tmp")