about summary refs log tree commit diff stats
path: root/hosts/mammun
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/mammun')
-rw-r--r--hosts/mammun/hardware/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/hosts/mammun/hardware/default.nix b/hosts/mammun/hardware/default.nix
index 0b6544bb..78335389 100644
--- a/hosts/mammun/hardware/default.nix
+++ b/hosts/mammun/hardware/default.nix
@@ -15,8 +15,10 @@
 
   system.fileSystemLayouts = {
     enable = true;
-    mainDisk = "/dev/disk/by-uuid/c8de0e7a-6e60-46bf-9244-75987a1e2780";
-    efiDisk = "/dev/disk/by-uuid/BFBA-9E3F";
+    mainDisk = "/dev/sda2";
+    # mainDisk = "/dev/disk/by-uuid/c8de0e7a-6e60-46bf-9244-75987a1e2780";
+    efiDisk = "/dev/sda1";
+    # efiDisk = "/dev/disk/by-uuid/BFBA-9E3F";
   };
 
   boot = {