h
This commit is contained in:
parent
2c148d8297
commit
0bef89bc91
4 changed files with 6 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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 = ''
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
];
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue