NixThePlanet icon indicating copy to clipboard operation
NixThePlanet copied to clipboard

GPU passthrough

Open nonetrix opened this issue 1 year ago • 2 comments

This project seems like it's not actively maintained, but I really like the idea so if development continues or someone forks it GPU pass through would be really neat especially if it is easy to configure e.g.

services.macos-ventura = {
   enable = true;
  openFirewall = true;
  vncListenAddr = "0.0.0.0";
  passthrough = [
    "29:00.1" #ID for GPU
  ];
};

nonetrix avatar Jun 16 '24 22:06 nonetrix

It is sorta maintained, in the sense that if it breaks, I try to fix it. But active development is stifled by me not having enough income from open source to work on open source. So if you wanna donate that would help. Yes this is a feature on the TODO, so it will come sooner or later.

MatthewCroughan avatar Jun 17 '24 08:06 MatthewCroughan

Don't have any money to give really as I live with my parents and don't have a job, but wish for the best ❤️

nonetrix avatar Jun 17 '24 18:06 nonetrix