diff --git a/modules/media-centre/jobspec.nomad.hcl b/modules/media-centre/jobspec.nomad.hcl index a698165..c56c152 100644 --- a/modules/media-centre/jobspec.nomad.hcl +++ b/modules/media-centre/jobspec.nomad.hcl @@ -22,6 +22,12 @@ job "media-centre" { image = "plexinc/pms-docker:latest" runtime = "nvidia" + devices = [ + { + host_path = "/dev/dri" + } + ] + mount { type = "volume" target = "/data"