nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

commit 8ca827fab6294e56108879af21ce8a6ed17d9926
parent ec343193925600c2cf87cdd3416250f1f65c89dd
Author: mtmn <miro@haravara.org>
Date:   Tue, 26 May 2026 21:36:41 +0200

fix: pull redlib by digest, not latest

Diffstat:
Mmodules/services/redlib.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/services/redlib.nix b/modules/services/redlib.nix @@ -23,7 +23,7 @@ in { backend = "podman"; containers.redlib = { - image = "ghcr.io/silvenga/redlib:latest"; + image = "ghcr.io/silvenga/redlib@sha256:5b7b92744ca153c75bef1f5b6b5ffb6985a230c91019d722a88ec758b15f502d"; ports = ["127.0.0.1:${toString cfg.port}:8080"]; environment = { REDLIB_DEFAULT_SHOW_NSFW = "off";