diff options
Diffstat (limited to 'guix-strap/system.scm')
-rw-r--r-- | guix-strap/system.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |