From cd4d9f0a9e9cc509a6f61369ba8fd7b0e43298ed Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Fri, 15 Aug 2025 07:24:16 -0400 Subject: [PATCH] Update abs container to what is in Nix 25.05 --- modules/hosts/nixos/nixnuc/containers/audiobookshelf.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hosts/nixos/nixnuc/containers/audiobookshelf.nix b/modules/hosts/nixos/nixnuc/containers/audiobookshelf.nix index a8cfe19..e67e55b 100644 --- a/modules/hosts/nixos/nixnuc/containers/audiobookshelf.nix +++ b/modules/hosts/nixos/nixnuc/containers/audiobookshelf.nix @@ -5,14 +5,14 @@ in { # 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 # ############################################################################# virtualisation.oci-containers.containers = { "audiobookshelf" = { autoStart = true; - image = "ghcr.io/advplyr/audiobookshelf:2.17.2"; + image = "ghcr.io/advplyr/audiobookshelf:2.24.0"; environment = { AUDIOBOOKSHELF_UID = "99"; AUDIOBOOKSHELF_GID = "100";