diff options
Diffstat (limited to 'posts')
-rw-r--r-- | posts/2022-12-05-guix-thinkpad-x1-10th-gen.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/posts/2022-12-05-guix-thinkpad-x1-10th-gen.md b/posts/2022-12-05-guix-thinkpad-x1-10th-gen.md index 4b12204..357d402 100644 --- a/posts/2022-12-05-guix-thinkpad-x1-10th-gen.md +++ b/posts/2022-12-05-guix-thinkpad-x1-10th-gen.md @@ -221,14 +221,12 @@ This is the OS configuration I ended up with: (targets (list "/boot/efi")) (keyboard-layout keyboard-layout))) (mapped-devices (list (mapped-device - (source (uuid - "02b1ffb4-d868-4e5f-ab9b-8be3092e3a3c")) + (source (uuid "02b1ffb4-d868-4e5f-ab9b-8be3092e3a3c")) (target "cryptroot") (type luks-device-mapping)))) (file-systems (cons* (file-system (mount-point "/boot/efi") - (device (uuid "91D3-F76B" - 'fat32)) + (device (uuid "91D3-F76B" 'fat32)) (type "vfat")) (file-system (mount-point "/") |