From 3905093084393d6b7f4168371cf4ba64b54a1d11 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 9 May 2025 20:36:07 +0200 Subject: audiobookshelf --- hosts/vidhar/audiobookshelf.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 hosts/vidhar/audiobookshelf.nix (limited to 'hosts/vidhar/audiobookshelf.nix') diff --git a/hosts/vidhar/audiobookshelf.nix b/hosts/vidhar/audiobookshelf.nix new file mode 100644 index 00000000..0f3b73e8 --- /dev/null +++ b/hosts/vidhar/audiobookshelf.nix @@ -0,0 +1,13 @@ +{ pkgs, ... }: + +{ + config = { + services.audiobookshelf = { + enable = true; + host = "2a03:4000:52:ada:4:1::"; + port = 28982; + }; + + users.groups.audiobookshelf.members = [ "gkleen" ]; + }; +} -- cgit v1.2.3