diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-05-10 12:53:58 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-05-10 12:53:58 +0200 |
commit | 81cc664d4250189c9026edfb042e24c6806448ee (patch) | |
tree | 710579dbd9633a33179a8f373ad6fa1b7808c600 /hosts/vidhar/audiobookshelf.nix | |
parent | 83e0c7df55234bc5e7c2c918ceb587786af6d155 (diff) | |
download | nixos-81cc664d4250189c9026edfb042e24c6806448ee.tar nixos-81cc664d4250189c9026edfb042e24c6806448ee.tar.gz nixos-81cc664d4250189c9026edfb042e24c6806448ee.tar.bz2 nixos-81cc664d4250189c9026edfb042e24c6806448ee.tar.xz nixos-81cc664d4250189c9026edfb042e24c6806448ee.zip |
abs-podcast-autoplaylist
Diffstat (limited to 'hosts/vidhar/audiobookshelf.nix')
-rw-r--r-- | hosts/vidhar/audiobookshelf.nix | 13 |
1 files changed, 0 insertions, 13 deletions
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 @@ | |||
1 | { pkgs, ... }: | ||
2 | |||
3 | { | ||
4 | config = { | ||
5 | services.audiobookshelf = { | ||
6 | enable = true; | ||
7 | host = "2a03:4000:52:ada:4:1::"; | ||
8 | port = 28982; | ||
9 | }; | ||
10 | |||
11 | users.groups.audiobookshelf.members = [ "gkleen" ]; | ||
12 | }; | ||
13 | } | ||