diff --git a/hosts/tesco.nix b/hosts/tesco.nix index a3068ae..e667cad 100644 --- a/hosts/tesco.nix +++ b/hosts/tesco.nix @@ -30,7 +30,7 @@ networking.networkmanager.enable = true; - boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" "bcache" ]; + boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" "bcache" "nvme" ]; boot.extraModulePackages = [ ]; @@ -44,6 +44,11 @@ preLVM = true; allowDiscards = true; }; + m2-root = { + device = "/dev/disk/by-uuid/9cb8d4e5-f501-48c9-b953-0a2314f207e9"; + preLVM = true; + allowDiscards = true; + }; }; fileSystems."/" =