Update ABS

This commit is contained in:
Gene Liverman 2025-10-21 23:06:54 -04:00
parent 43f4afce1d
commit bfb7cfdd41
Signed by: genebean
SSH key fingerprint: SHA256:gMnZbl3rg8nIXl4AomxNeNiOG4mWP/xEywbmQjVfhtY

View file

@ -4,15 +4,10 @@
in {
# Audiobookshelf
#############################################################################
# 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 #
#############################################################################
virtualisation.oci-containers.containers = {
"audiobookshelf" = {
autoStart = true;
image = "ghcr.io/advplyr/audiobookshelf:2.29.0";
image = "ghcr.io/advplyr/audiobookshelf:2.30.0";
environment = {
AUDIOBOOKSHELF_UID = "99";
AUDIOBOOKSHELF_GID = "100";