summaryrefslogtreecommitdiff
path: root/guix-strap/system.scm
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-06-21 14:13:42 -0400
committerFreya Murphy <freya@freyacat.org>2024-06-21 14:13:42 -0400
commit2077911805739bd6ad9a09756aa8165daa9b31c5 (patch)
tree9b75b39c8b7e7ff1ec0fd090f48d2292b7aa4625 /guix-strap/system.scm
parentupdate kaworu and start dotfiles update (diff)
downloaddotfiles-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.scm4
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