aboutsummaryrefslogtreecommitdiff
path: root/tw/system
diff options
context:
space:
mode:
authorTimo Wilken2024-01-13 21:32:54 +0100
committerTimo Wilken2024-01-13 21:32:54 +0100
commit4ab6ab48e0863497d629a8c6fa01130fd9311c9a (patch)
tree2e3e417efc9239d0adeb1b48507a99a9a60f99de /tw/system
parent62df9b17135d010314f900fef2fb5ae6db8b9c34 (diff)
Fix file system UUIDs on btl
Diffstat (limited to 'tw/system')
-rw-r--r--tw/system/btl.scm10
1 files changed, 6 insertions, 4 deletions
diff --git a/tw/system/btl.scm b/tw/system/btl.scm
index 5a4608a2..fe143b16 100644
--- a/tw/system/btl.scm
+++ b/tw/system/btl.scm
@@ -28,10 +28,12 @@
#:use-module (tw services secrets)
#:use-module (tw system))
-(define efi-system-partition ; /dev/nvme0n1p1
- (uuid "D8C7-2624" 'fat))
-(define root-partition ; /dev/nvme0n1p2
- (uuid "62fb4710-33d1-4eaf-aaaa-43d16ab26a58" 'btrfs))
+(define efi-system-partition ; /dev/nvme1n1p1
+ (uuid "D722-BEEE" 'fat))
+(define root-partition ; /dev/nvme1n1p2
+ (uuid "0d47bc5c-de3c-47bb-b108-19b4a57bd2bc" 'btrfs))
+(define data-partition ; /dev/nvme0n1p1
+ (uuid "cd4b7af3-f5ce-44a0-a986-3271078fb1d6" 'btrfs))
(define-public %btl-system
(operating-system