From 88be070f1dabf0efc8f71636a19339080e4427e2 Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Sat, 22 Jun 2024 22:55:29 +0100 Subject: [PATCH] Allow Plex on nas to access GPU --- nix/nas/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/nas/configuration.nix b/nix/nas/configuration.nix index 275e131..b79c9f5 100644 --- a/nix/nas/configuration.nix +++ b/nix/nas/configuration.nix @@ -293,6 +293,7 @@ plex = { enable = true; openFirewall = true; + accelerationDevices = [ "/dev/dri/renderD128" ]; }; nginx = { enable = true; @@ -478,6 +479,7 @@ bat gnupg pinentry + nvtopPackages.nvidia ]; time.timeZone = "Europe/London";