Compare commits

..

1 commit

Author SHA1 Message Date
4451f3957f Update ghcr.io/koush/scrypted Docker tag to v0.123.34 2024-11-22 00:03:11 +00:00
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.35-jammy-nvidia";
version = "v0.123.34-jammy-nvidia";
image = "ghcr.io/koush/scrypted:${version}";
port = 11080; # int
cfg = config.mySystem.containers.${app};