mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 09:13:55 -05:00
rustboro: remove tpm-rng kernel module
This commit is contained in:
parent
e42806a80a
commit
fc7e661671
|
@ -13,7 +13,7 @@
|
|||
|
||||
initrd = {
|
||||
availableKernelModules = ["ahci" "ehci_pci" "i915" "rtsx_pci_sdmmc" "sd_mod" "sr_mod" "usb_storage" "xhci_pci"];
|
||||
kernelModules = ["i915" "tpm-rng"];
|
||||
kernelModules = ["i915"];
|
||||
};
|
||||
|
||||
kernelModules = ["i915" "kvm-intel"];
|
||||
|
|
Loading…
Reference in a new issue