os changes

This commit is contained in:
2025-01-26 10:19:48 +01:00
parent 9a529d3bbe
commit 2ae3539681
4 changed files with 19 additions and 4 deletions

View File

@@ -12,6 +12,7 @@
boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.kernelParams = [ "modprobe.blacklist=dvb_usb_rtl28xxu" ];
boot.extraModulePackages = [ ];
fileSystems."/" =
@@ -43,4 +44,5 @@
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
hardware.bluetooth.enable = true;
hardware.ledger.enable = true;
hardware.rtl-sdr.enable = true;
}