nixos-configs/devices/nos/modules/arion/media/prowlarr/images/prowlarr.nix

9 lines
320 B
Nix
Raw Normal View History

pkgs:
pkgs.dockerTools.pullImage {
imageName = "ghcr.io/linuxserver/prowlarr";
2024-05-22 09:42:39 -04:00
imageDigest = "sha256:664812ebccd668d1771f6daf6ce03309b1b3587022a7bd540ecb90d0d2a8f003";
sha256 = "06h39x1cxh9dwpramvv6bgfay6dnbyx264wf23hkf7hh48ylmb5b";
finalImageName = "ghcr.io/linuxserver/prowlarr";
finalImageTag = "latest";
}