feat: add some tools

This commit is contained in:
2025-09-10 23:22:57 +09:00
parent 6ef275870d
commit d41f27f465
13 changed files with 404 additions and 20 deletions

View File

@@ -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