From 4598a0c701b6b8aeb0046cf27179b84eaddad081 Mon Sep 17 00:00:00 2001 From: ene Date: Mon, 20 Mar 2023 18:50:24 +0100 Subject: Fix(host/lahmu): Update initrd modules These are "more" correct. --- hosts/lahmu/hardware/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'hosts') diff --git a/hosts/lahmu/hardware/default.nix b/hosts/lahmu/hardware/default.nix index 82e1ec62..b126e673 100644 --- a/hosts/lahmu/hardware/default.nix +++ b/hosts/lahmu/hardware/default.nix @@ -18,12 +18,16 @@ enable = true; mainDisk = "/dev/disk/by-uuid/b1974623-df36-4367-bf12-c0778cd8ff33"; efiDisk = "/dev/disk/by-uuid/201D-E6E7"; + ssd = true; + swap = { + uuid = "TO_BE_ADDED"; + resumeOffset = 10; + }; }; boot = { kernelModules = []; - # TODO check this: - initrd.availableKernelModules = ["xhci_pci" "nvme" "rtsx_pci_sdmmc"]; + initrd.availableKernelModules = ["ahci" "xhci_pci" "virtio_pci" "sr_mod" "virtio_blk"]; }; } -- cgit 1.4.1