This commit is contained in:
beanigen 2025-06-03 17:41:26 +08:00
parent 2c148d8297
commit 0bef89bc91
No known key found for this signature in database
4 changed files with 6 additions and 2 deletions

View file

@ -12,6 +12,7 @@
services.blueman.enable = true;
services.upower.enable = true;
programs.steam.enable = true;
services.pcscd.enable = true;
services.tailscale = {
enable = true;
useRoutingFeatures = "both";

View file

@ -20,7 +20,7 @@
};
};
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" "sr_mod" ];
boot.initrd.kernelModules = [ "vfio_pci" "vfio" "vfio_iommu_type1" ];
boot.initrd.kernelModules = [ "vfio_pci" "vfio" "vfio_iommu_type1" "vendor-reset" ];
boot.kernelModules = [ "kvm-intel" "vfio_virqfd" "vhost-net" "v4l2loopback" ];
boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback vendor-reset];
boot.extraModprobeConfig = ''

View file

@ -5,7 +5,7 @@
})
(lutris.override {
extraPkgs = pkgs: [
wine
wineWowPackages.waylandFull
gamescope
antimicrox
sc-controller
@ -35,6 +35,8 @@
pkgsi686Linux.libsndfile
pkgsi686Linux.libmpg123
gnome2.GConf
icu
openldap
];
})