Begin add gpuPassgrouth conf

This commit is contained in:
Florian RICHER 2024-05-07 17:55:36 +02:00
parent f7ad61e5a0
commit c117a43b27
12 changed files with 402 additions and 0 deletions

View file

@ -16,6 +16,8 @@
../../modules/bluetooth.nix
../../modules/pipewire.nix
../../modules # Import optional configuration
# Include the results of the hardware scan.
./hardware-configuration.nix
];
@ -38,4 +40,6 @@
# information bus: pci@0000:01:00.0
nvidiaBusId = "PCI:1:0:0";
};
customModules.gpuPassthrough.enable = true;
}