From be43161fda47a56a544c2d6f2fcbf7a348d87507 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Sat, 20 Dec 2025 21:42:27 -0500 Subject: Update SmallLaptop with new UUIDs --- SmallLaptop.scm | 7 +++---- 1 file 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 @@ (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")))))) -- cgit v1.2.3