feat: add some tools
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
boot.initrd.availableKernelModules =
|
||||
[ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "uas" "sd_mod" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelParams = [ "intel_iommu=on" ];
|
||||
boot.kernelParams = [ "intel_iommu=on" "modprobe.blacklist=dvb_usb_rtl28xxu" ];
|
||||
boot.kernelModules = [ "kvm-intel" "vfio_pci" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
@@ -50,6 +50,8 @@
|
||||
|
||||
swapDevices = [ ];
|
||||
|
||||
services.udev.packages = [ pkgs.rtl-sdr ];
|
||||
|
||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||
# (the default) this is the recommended approach. When using systemd-networkd it's
|
||||
# still possible to use this option, but it's recommended to use it in conjunction
|
||||
|
||||
Reference in New Issue
Block a user