1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: remove unused host-drvs

This commit is contained in:
oddlama 2023-02-04 01:51:10 +01:00
parent b6612ffa84
commit 4da937bcd0
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
7 changed files with 5 additions and 56 deletions

View file

@ -28,7 +28,6 @@
boot = {
initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod"];
kernelModules = [];
tmpOnTmpfs = true;
};
console = {

View file

@ -22,7 +22,6 @@
boot = {
initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" "sdhci_pci"];
kernelModules = ["kvm-intel"];
tmpOnTmpfs = true;
};
console = {