diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-12-05 16:40:49 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-12-05 16:40:49 -0500 |
commit | bc5669d70e5f75c3b4474455d81b308e9ed0df3b (patch) | |
tree | ae01bd7a21643b87421c6c246cbe56131839f454 | |
parent | 7c4ba7aff91552d52c94db765c91aee78ffb88b4 (diff) |
Tweak indenting on thinkpad x1 code example.
-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 "/") |