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

7
modules/default.nix Normal file
View file

@ -0,0 +1,7 @@
{ ... }:
{
imports = [
./gpuPassthrough
];
}