1
0
Fork 0

Modules: Fix mutter triple buffering, add Nvidia GPU support for BOINC

This commit is contained in:
Aires 2024-07-08 12:52:07 -04:00
parent ebea109f55
commit a3320b03cf
2 changed files with 4 additions and 2 deletions

View file

@ -20,7 +20,9 @@ in
enable = true;
package = pkgs.boinc-headless;
dataDir = "/var/lib/boinc";
extraEnvPackages = [ pkgs.ocl-icd ];
extraEnvPackages = [
pkgs.ocl-icd
] ++ lib.optionals config.aux.system.gpu.nvidia.enable [ pkgs.linuxPackages.nvidia_x11 ];
allowRemoteGuiRpc = true;
};

View file

@ -118,7 +118,7 @@ in
owner = "vanvugt";
repo = "mutter";
rev = "triple-buffering-v4-46";
hash = "sha256-fkPjB/5DPBX06t7yj0Rb3UEuu5b9mu3aS+jhH18+lpI=";
hash = "sha256-nz1Enw1NjxLEF3JUG0qknJgf4328W/VvdMjJmoOEMYs=";
};
});
}