MatthewCroughan / NixThePlanet

Run macOS, Windows and more via a single Nix command, or simple nixosModules
MIT License
521 stars 12 forks source link

GPU passthrough #32

Open nonetrix opened 1 month ago

nonetrix commented 1 month ago

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
  ];
};
MatthewCroughan commented 1 month ago

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.

nonetrix commented 1 month ago

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 ❤️