homepage: audiobookshelf init

This commit is contained in:
2024-07-05 20:46:50 -06:00
parent 96e5a4b8ca
commit 8d70d160cf
5 changed files with 72 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
{ lib, config, pkgs, ... }:
let
setup = import ./servers/base.nix { inherit lib config; };
serviceBase = {
enable = true;
group = "piracy";
@@ -43,7 +44,7 @@ in {
./servers/adguardhome.nix
./servers/paperless.nix
./servers/postgres.nix
(import ./servers/audiobookshelf.nix { inherit lib config proxy; })
(import ./servers/audiobookshelf.nix { inherit lib config proxy setup; })
(import ./servers/bazarr.nix {
inherit lib config serviceBase proxyReverse;
})