Update abs container to what is in Nix 25.05

This commit is contained in:
Gene Liverman 2025-08-15 07:24:16 -04:00
parent 7050d36d21
commit cd4d9f0a9e
Signed by: genebean
SSH key fingerprint: SHA256:gMnZbl3rg8nIXl4AomxNeNiOG4mWP/xEywbmQjVfhtY

View file

@ -5,14 +5,14 @@ in {
# Audiobookshelf # Audiobookshelf
############################################################################# #############################################################################
# I am using v2.17.2 because that is the current one in nix 24.11. # # I am using v2.24.0 because that is the current one in nix 25.05. #
# My plan is to switch from Podman to the native NixOS service # # My plan is to switch from Podman to the native NixOS service #
############################################################################# #############################################################################
virtualisation.oci-containers.containers = { virtualisation.oci-containers.containers = {
"audiobookshelf" = { "audiobookshelf" = {
autoStart = true; autoStart = true;
image = "ghcr.io/advplyr/audiobookshelf:2.17.2"; image = "ghcr.io/advplyr/audiobookshelf:2.24.0";
environment = { environment = {
AUDIOBOOKSHELF_UID = "99"; AUDIOBOOKSHELF_UID = "99";
AUDIOBOOKSHELF_GID = "100"; AUDIOBOOKSHELF_GID = "100";