Update SmallLaptop with new UUIDs

be43161fda47… · Ryan Schanzenbacher ·

parent 1e1225d607e1… diff

Changed files

FileChanges
SmallLaptop.scm +3 −4 raw
diff --git a/SmallLaptop.scm b/SmallLaptop.scm
index 121e478..70d6114 100644
--- a/SmallLaptop.scm
+++ b/SmallLaptop.scm
@@ -5,10 +5,9 @@
(operating-system
(inherit base-operating-system)
(host-name "SmallLaptop")
- (timezone "Europe/Amsterdam")
(mapped-devices (list (mapped-device
(source (uuid
- "b22d6f2b-44ce-4b56-9833-dde593d19d75"))
+ "f2daabc9-543e-4128-8c61-dd5278988781"))
(target "sysroot")
(type luks-device-mapping))))
(file-systems (cons* (file-system
@@ -18,7 +17,7 @@
(dependencies mapped-devices))
(file-system
(mount-point "/boot/efi")
- (device (uuid "B70B-1F33"
+ (device (uuid "1E29-F197"
'fat32))
(type "vfat")) %base-file-systems))
(bootloader (bootloader-configuration
@@ -28,4 +27,4 @@
(keyboard-layout (keyboard-layout "us"))))
(swap-devices
(list
- (swap-space (target (uuid "3d4b8192-e86f-4579-9285-29f7cd11d136"))))))
+ (swap-space (target (uuid "93ded2d1-da41-4b74-a1ca-697fe99b7efb"))))))