tunyon hw config

This commit is contained in:
twoneis 2024-07-22 14:21:01 +02:00
parent ad74f734f9
commit c7f11240ff

View file

@ -16,7 +16,7 @@ in {
boot = { boot = {
initrd = { initrd = {
availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" ]; availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usb_storage" "sd_mod" ];
luks.devices.root.device = "/dev/disk/by-uuid/${config.disks.crypt}"; luks.devices.root.device = "/dev/disk/by-uuid/${config.disks.crypt}";
}; };
kernelModules = [ "kvm-amd" ]; kernelModules = [ "kvm-amd" ];