From 81cc664d4250189c9026edfb042e24c6806448ee Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 10 May 2025 12:53:58 +0200 Subject: abs-podcast-autoplaylist --- hosts/vidhar/audiobookshelf.nix | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 hosts/vidhar/audiobookshelf.nix (limited to 'hosts/vidhar/audiobookshelf.nix') diff --git a/hosts/vidhar/audiobookshelf.nix b/hosts/vidhar/audiobookshelf.nix deleted file mode 100644 index 0f3b73e8..00000000 --- a/hosts/vidhar/audiobookshelf.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ pkgs, ... }: - -{ - config = { - services.audiobookshelf = { - enable = true; - host = "2a03:4000:52:ada:4:1::"; - port = 28982; - }; - - users.groups.audiobookshelf.members = [ "gkleen" ]; - }; -} -- cgit v1.2.3