about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-21 15:17:04 +0100
committerene <ene@sils.li>2023-02-21 15:17:04 +0100
commitd75de73459f07839c3c0ec8feecaa113af210c2c (patch)
tree1eca6b1ef52343178ea88a875c18ce3b3727cb06 /hosts
parentFix(hosts): Switch to direct names (diff)
downloadnixos-config-d75de73459f07839c3c0ec8feecaa113af210c2c.tar.gz
nixos-config-d75de73459f07839c3c0ec8feecaa113af210c2c.zip
Fix(hosts): Further UUID updates for lahmu
Diffstat (limited to 'hosts')
-rw-r--r--hosts/lahmu/hardware/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/lahmu/hardware/default.nix b/hosts/lahmu/hardware/default.nix
index 3cd9ef73..82e1ec62 100644
--- a/hosts/lahmu/hardware/default.nix
+++ b/hosts/lahmu/hardware/default.nix
@@ -16,8 +16,8 @@
 
   system.fileSystemLayouts = {
     enable = true;
-    mainDisk = "/dev/disk/by-uuid/0c025dff-57bf-481c-bc60-3ccdc513a5d1";
-    efiDisk = "/dev/disk/by-uuid/C4B2-0149";
+    mainDisk = "/dev/disk/by-uuid/b1974623-df36-4367-bf12-c0778cd8ff33";
+    efiDisk = "/dev/disk/by-uuid/201D-E6E7";
   };
 
   boot = {