about summary refs log tree commit diff stats
path: root/hosts/lahmu/hardware
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/lahmu/hardware')
-rw-r--r--hosts/lahmu/hardware/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/lahmu/hardware/default.nix b/hosts/lahmu/hardware/default.nix
index 217a179d..3cd9ef73 100644
--- a/hosts/lahmu/hardware/default.nix
+++ b/hosts/lahmu/hardware/default.nix
@@ -16,12 +16,12 @@
 
   system.fileSystemLayouts = {
     enable = true;
-    mainDisk = "/dev/disk/by-uuid/dfc66aa1-1530-4fbe-bc4f-205c6dc86ed9";
-    efiDisk = "/dev/disk/by-uuid/A1D1-D13F";
+    mainDisk = "/dev/disk/by-uuid/0c025dff-57bf-481c-bc60-3ccdc513a5d1";
+    efiDisk = "/dev/disk/by-uuid/C4B2-0149";
   };
 
   boot = {
-    kernelModules = ["kvm-amd"];
+    kernelModules = [];
 
     # TODO check this:
     initrd.availableKernelModules = ["xhci_pci" "nvme" "rtsx_pci_sdmmc"];