From 6e55d662af261ce0e418ad07c3dde1ba1a7d747e Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Mon, 2 Dec 2024 07:27:11 -0500 Subject: [PATCH] Update Audiobookshelf container --- modules/hosts/nixos/nixnuc/containers/audiobookshelf.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/hosts/nixos/nixnuc/containers/audiobookshelf.nix b/modules/hosts/nixos/nixnuc/containers/audiobookshelf.nix index 44d63d3..f7d97a0 100644 --- a/modules/hosts/nixos/nixnuc/containers/audiobookshelf.nix +++ b/modules/hosts/nixos/nixnuc/containers/audiobookshelf.nix @@ -5,15 +5,14 @@ in { # Audiobookshelf ############################################################################# - # I am using v2.8.1 because that is both the current Docker image and # - # the current version in nixpkgs unstable. My plan is to switch from Podman # - # to a systemd-nspawn container. # + # I am using v2.17.2 because that is the current one in nix 24.11. # + # 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.8.1"; + image = "ghcr.io/advplyr/audiobookshelf:2.17.2"; environment = { AUDIOBOOKSHELF_UID = "99"; AUDIOBOOKSHELF_GID = "100";