mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Update abs container to what is in Nix 25.05
This commit is contained in:
parent
7050d36d21
commit
cd4d9f0a9e
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue