about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/apzu/hardware/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/apzu/hardware/default.nix b/hosts/apzu/hardware/default.nix
index b11cf522..c989ee44 100644
--- a/hosts/apzu/hardware/default.nix
+++ b/hosts/apzu/hardware/default.nix
@@ -15,11 +15,11 @@
 
   system.fileSystemLayouts = {
     enable = true;
-    mainDisk = "/dev/disk/by-uuid/4211a4ff-f2e9-41ed-83ca-712830fd0254";
-    efiDisk = "/dev/disk/by-uuid/2BFA-8F0F";
+    mainDisk = "/dev/disk/by-uuid/b4a0500c-43a3-4d00-b544-467c1792eeea";
+    efiDisk = "/dev/disk/by-uuid/71E7-AA08";
     ssd = true;
     swap = {
-      uuid = "4211a4ff-f2e9-41ed-83ca-712830fd0254";
+      uuid = "b4a0500c-43a3-4d00-b544-467c1792eeea";
       resumeOffset = "533760";
     };
   };