chore(nix): remove lfca dependency and add sd_mod kernel module

This commit is contained in:
uttarayan21
2025-11-26 20:20:44 +05:30
parent d414e862f5
commit b555cbe0af
4 changed files with 2 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
{
config,
lib,
pkgs,
# pkgs,
modulesPath,
...
}: {
@@ -13,7 +13,7 @@
./disk-config.nix
];
boot.initrd.availableKernelModules = ["xhci_pci" "ahci"];
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "sd_mod"];
boot.initrd.kernelModules = ["dm-snapshot"];
boot.kernelModules = ["kvm-intel"];
boot.extraModulePackages = [];