From 62c38b366cbeef19216a51f75b6cdd92098cdf70 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Wed, 2 Feb 2022 12:24:19 +0100 Subject: Move home partition to other device --- desktop.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/desktop.scm b/desktop.scm index 48b96da..a41e678 100644 --- a/desktop.scm +++ b/desktop.scm @@ -30,7 +30,7 @@ (bootloader (bootloader-configuration (bootloader grub-efi-bootloader) - (target "/boot/efi") + (targets (list "/boot/efi")) (keyboard-layout keyboard-layout) ; Doesn't work (YET) @@ -42,7 +42,8 @@ (initrd "/initrd")) '())))) - (swap-devices (list "/dev/sda3")) + (swap-devices + (list (swap-space (target "/dev/sda3")))) (file-systems (cons* (file-system (mount-point "/boot/efi") @@ -57,7 +58,7 @@ (file-system (mount-point "/home") (device - (uuid "abed4b79-5f03-409f-84ee-7cb0b3af72af" + (uuid "49ebc09e-6021-4730-a467-b8818c2128f1" 'ext4)) (type "ext4")) %base-file-systems)) -- cgit v1.2.3