From bc5669d70e5f75c3b4474455d81b308e9ed0df3b Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 5 Dec 2022 16:40:49 -0500 Subject: Tweak indenting on thinkpad x1 code example. --- posts/2022-12-05-guix-thinkpad-x1-10th-gen.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'posts/2022-12-05-guix-thinkpad-x1-10th-gen.md') 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 "/") -- cgit v1.2.3