From a6ae96fe4c4b284bb47dc436f5956044409ff549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Tue, 6 Apr 2021 07:14:20 +0100 Subject: [PATCH] Skinny on btrfs --- guix/skinnyv/config.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/guix/skinnyv/config.scm b/guix/skinnyv/config.scm index df80ce07..e50f5e7b 100644 --- a/guix/skinnyv/config.scm +++ b/guix/skinnyv/config.scm @@ -76,17 +76,17 @@ EndSection (mapped-devices (list (mapped-device (source - (uuid "d47f7041-717d-4e6d-a3c4-f2f02cb39c1f")) + (uuid "a3b9288c-5669-4b6d-80ec-206ce1d765e6")) (target "cryptroot") (type luks-device-mapping)))) (file-systems (cons* (file-system + (mount-point "/") + (device "/dev/mapper/cryptroot") + (type "btrfs") + (dependencies mapped-devices)) + (file-system (mount-point "/boot/efi") (device (uuid "5B87-265F" 'fat32)) (type "vfat")) - (file-system - (mount-point "/") - (device "/dev/mapper/cryptroot") - (type "ext4") - (dependencies mapped-devices)) %base-file-systems)))