diff options
Diffstat (limited to 'dom0/system.scm')
| -rw-r--r-- | dom0/system.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dom0/system.scm b/dom0/system.scm index 4b5b03c..4a0cae9 100644 --- a/dom0/system.scm +++ b/dom0/system.scm @@ -42,11 +42,11 @@ ;; replace post-install (swap-devices (list (swap-space (target (uuid - "7a22a333-6a5d-41fe-93a2-e5781031cfd6"))))) + "c7e7ee28-23ba-4ec1-b206-19a4e6297083"))))) ;; luks setup - uncomment post-install ;; and provide source UUID once known (mapped-devices (list (mapped-device - (source (uuid "0c5d284e-e0c7-4dc3-bbca-f82ee6bb82e3")) + (source (uuid "61e732e5-97ca-41d8-a1cf-3672eb97e6f8") (target "system-root") (type luks-device-mapping)))) @@ -56,7 +56,7 @@ ;; Will change after install (file-systems (cons* (file-system (mount-point "/boot/efi") - (device (uuid "6919-B0C9" + (device (uuid "3BC7-90B1" 'fat32)) (type "vfat")) (file-system |
