aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/lahmu
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-21 12:36:10 +0100
committerene <ene@sils.li>2023-02-21 12:36:28 +0100
commit5407643feb8d54ce00551b9480d89df9f4eeb724 (patch)
tree865293da8f9f2a101d8e5ef7136737c970a5a73f /hosts/lahmu
parentFeat(bootstrap): Add a setup script (diff)
downloadnixos-config-5407643feb8d54ce00551b9480d89df9f4eeb724.zip
Fix(hosts): Update UUIDs for lahmu
Diffstat (limited to 'hosts/lahmu')
-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"];