diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-08-12 09:59:55 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-08-12 09:59:55 -0400 |
commit | 8c6ce079543ebfad4896bc9e2071a30c9ae78dbf (patch) | |
tree | 3190530fff8ef64f79ba55dccedf32756a01ae15 | |
parent | 5a7234cd054ac71bd5116a549371bfced5a4fb0e (diff) |
Fix style in rise OS config.
-rw-r--r-- | rise-os.scm | 6 |
1 files 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 "/") |