mirror of
https://codeberg.org/icewind/palantir.git
synced 2026-06-03 10:14:09 +02:00
gpu usage bits
This commit is contained in:
parent
d549f17da7
commit
2dff136ee6
11 changed files with 184 additions and 40 deletions
|
|
@ -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 {});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue