summaryrefslogtreecommitdiff
path: root/dom0/system.scm
diff options
context:
space:
mode:
authorc0co.channel <c0co.channel@braincrime.com>2025-09-10 12:55:26 +0100
committerc0co.channel <c0co.channel@braincrime.com>2025-09-10 12:55:26 +0100
commit763668339c9c2b5c677ccbc0674c1777258681c8 (patch)
tree65191e84d30e6a5ed1147d9e215f3b7c296f8fb7 /dom0/system.scm
parent94e846c01d59d433381b64e09d8add1a6554bf93 (diff)
Create additional sway login, amend PC disk UUIDs
Diffstat (limited to 'dom0/system.scm')
-rw-r--r--dom0/system.scm6
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