miku: Update

This commit is contained in:
2023-04-08 17:30:39 +02:00
parent b716c8a288
commit 30bb872ed9
11 changed files with 98 additions and 89 deletions

View File

@@ -28,8 +28,8 @@
environment.systemPackages = with pkgs; [
gajim
virt-manager qemu scream
replaysorcery # Custom package
vfio-isolate # Custom Package
#replaysorcery # Custom package
#vfio-isolate # Custom Package
mumble
piper trackma # Custom package
anime-dl # Custom package
@@ -137,7 +137,7 @@
availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "sd_mod" "amdgpu" "vendor-reset" ];
kernelModules = [
"amdgpu" # GPU (duh)
"kvm-amd" "vfio_virqfd" "vfio_pci" "vfio_iommu_type1" "vfio" # Virt
"kvm-amd" /*"vfio_virqfd"*/ "vfio_pci" "vfio_iommu_type1" "vfio" # Virt
"uinput" # key-mapper
"vendor-reset"
];