diff options
author | Freya Murphy <freya@freyacat.org> | 2024-06-21 14:13:42 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-06-21 14:13:42 -0400 |
commit | 2077911805739bd6ad9a09756aa8165daa9b31c5 (patch) | |
tree | 9b75b39c8b7e7ff1ec0fd090f48d2292b7aa4625 /guix-strap/system.scm | |
parent | update kaworu and start dotfiles update (diff) | |
download | dotfiles-guix-2077911805739bd6ad9a09756aa8165daa9b31c5.tar.gz dotfiles-guix-2077911805739bd6ad9a09756aa8165daa9b31c5.tar.bz2 dotfiles-guix-2077911805739bd6ad9a09756aa8165daa9b31c5.zip |
update guixstrap
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 |