summaryrefslogtreecommitdiff
path: root/SmallLaptop.scm
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2025-12-20 21:42:27 -0500
committerRyan Schanzenbacher <ryan@rschanz.org>2025-12-20 21:42:27 -0500
commitbe43161fda47a56a544c2d6f2fcbf7a348d87507 (patch)
treec5aa76b3434964809c46cdb9cf70ac78e79212e5 /SmallLaptop.scm
parent1e1225d607e196e8bc0e020dce23589f16339427 (diff)
Update SmallLaptop with new UUIDs
Diffstat (limited to 'SmallLaptop.scm')
-rw-r--r--SmallLaptop.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/SmallLaptop.scm b/SmallLaptop.scm
index 121e478..70d6114 100644
--- a/SmallLaptop.scm
+++ b/SmallLaptop.scm
@@ -5,10 +5,9 @@
5(operating-system 5(operating-system
6 (inherit base-operating-system) 6 (inherit base-operating-system)
7 (host-name "SmallLaptop") 7 (host-name "SmallLaptop")
8 (timezone "Europe/Amsterdam")
9 (mapped-devices (list (mapped-device 8 (mapped-devices (list (mapped-device
10 (source (uuid 9 (source (uuid
11 "b22d6f2b-44ce-4b56-9833-dde593d19d75")) 10 "f2daabc9-543e-4128-8c61-dd5278988781"))
12 (target "sysroot") 11 (target "sysroot")
13 (type luks-device-mapping)))) 12 (type luks-device-mapping))))
14 (file-systems (cons* (file-system 13 (file-systems (cons* (file-system
@@ -18,7 +17,7 @@
18 (dependencies mapped-devices)) 17 (dependencies mapped-devices))
19 (file-system 18 (file-system
20 (mount-point "/boot/efi") 19 (mount-point "/boot/efi")
21 (device (uuid "B70B-1F33" 20 (device (uuid "1E29-F197"
22 'fat32)) 21 'fat32))
23 (type "vfat")) %base-file-systems)) 22 (type "vfat")) %base-file-systems))
24 (bootloader (bootloader-configuration 23 (bootloader (bootloader-configuration
@@ -28,4 +27,4 @@
28 (keyboard-layout (keyboard-layout "us")))) 27 (keyboard-layout (keyboard-layout "us"))))
29 (swap-devices 28 (swap-devices
30 (list 29 (list
31 (swap-space (target (uuid "3d4b8192-e86f-4579-9285-29f7cd11d136")))))) 30 (swap-space (target (uuid "93ded2d1-da41-4b74-a1ca-697fe99b7efb"))))))