From bfb7cfdd418efd99c448f835bcaccb96d2b697d7 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Tue, 21 Oct 2025 23:06:54 -0400 Subject: [PATCH] Update ABS --- modules/hosts/nixos/nixnuc/containers/audiobookshelf.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/modules/hosts/nixos/nixnuc/containers/audiobookshelf.nix b/modules/hosts/nixos/nixnuc/containers/audiobookshelf.nix index 98d66c4..2c8f134 100644 --- a/modules/hosts/nixos/nixnuc/containers/audiobookshelf.nix +++ b/modules/hosts/nixos/nixnuc/containers/audiobookshelf.nix @@ -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";