Compare commits

..

2 commits

2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ in
ports = [ "${toString port}:${toString port}" ]; # expose port
extraOptions = [
"--device nvidia.com/gpu=all"
# "--device nvidia.com/gpu=all"
];
};

View file

@ -7,7 +7,7 @@ with lib;
let
app = "scrypted";
# renovate: depName=ghcr.io/koush/scrypted datasource=docker versioning=docker
version = "v0.123.34-jammy-nvidia";
version = "v0.123.35-jammy-nvidia";
image = "ghcr.io/koush/scrypted:${version}";
port = 11080; # int
cfg = config.mySystem.containers.${app};