From 2077911805739bd6ad9a09756aa8165daa9b31c5 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 21 Jun 2024 14:13:42 -0400 Subject: update guixstrap --- guix-strap/system.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guix-strap/system.scm') diff --git a/guix-strap/system.scm b/guix-strap/system.scm index 722edef..af791c5 100644 --- a/guix-strap/system.scm +++ b/guix-strap/system.scm @@ -8,12 +8,12 @@ (mapped-devices (list (mapped-device (source (uuid "SED_CRYPT_UUID")) - (target "cryptroot") + (target "root") (type luks-device-mapping)))) (file-systems (cons* (file-system (mount-point "/") - (device "/dev/mapper/cryptroot") + (device "/dev/mapper/root") (type "btrfs") (dependencies mapped-devices)) (file-system -- cgit v1.2.3-freya