From 8c6ce079543ebfad4896bc9e2071a30c9ae78dbf Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 12 Aug 2023 09:59:55 -0400 Subject: Fix style in rise OS config. --- rise-os.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/rise-os.scm b/rise-os.scm index 266017c..ce8f039 100644 --- a/rise-os.scm +++ b/rise-os.scm @@ -105,14 +105,12 @@ (append (list (local-file "./nonguix-signing-key.pub")) %default-authorized-guix-keys)))))) (mapped-devices (list (mapped-device - (source (uuid - "ee0a37d1-36d6-4e50-8af0-fc0bfe8c22ef")) + (source (uuid "ee0a37d1-36d6-4e50-8af0-fc0bfe8c22ef")) (target "cryptroot") (type luks-device-mapping)))) (file-systems (cons* (file-system (mount-point "/boot/efi") - (device (uuid "1F21-80A1" - 'fat32)) + (device (uuid "1F21-80A1" 'fat32)) (type "vfat")) (file-system (mount-point "/") -- cgit v1.2.3