From 5407643feb8d54ce00551b9480d89df9f4eeb724 Mon Sep 17 00:00:00 2001 From: ene Date: Tue, 21 Feb 2023 12:36:10 +0100 Subject: Fix(hosts): Update UUIDs for lahmu --- hosts/lahmu/hardware/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hosts/lahmu/hardware') 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"]; -- cgit 1.4.1