mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Update ABS
This commit is contained in:
parent
43f4afce1d
commit
bfb7cfdd41
1 changed files with 1 additions and 6 deletions
|
|
@ -4,15 +4,10 @@
|
||||||
in {
|
in {
|
||||||
# Audiobookshelf
|
# 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 = {
|
virtualisation.oci-containers.containers = {
|
||||||
"audiobookshelf" = {
|
"audiobookshelf" = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
image = "ghcr.io/advplyr/audiobookshelf:2.29.0";
|
image = "ghcr.io/advplyr/audiobookshelf:2.30.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