gpu usage bits

This commit is contained in:
Robin Appelman 2023-05-02 22:33:39 +02:00
commit 2dff136ee6
11 changed files with 184 additions and 40 deletions

View file

@ -106,6 +106,7 @@
path = lib.optional cfg.zfs pkgs.zfs;
environment = {
PORT = "${toString cfg.port}";
LD_LIBRARY_PATH = "/run/opengl-driver/lib/"; # needed for nvidia
} // (if (cfg.mdns == false) then {
DISABLE_MDNS = "true";
} else {});