summaryrefslogtreecommitdiff
path: root/hosts/vidhar/audiobookshelf.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar/audiobookshelf.nix')
-rw-r--r--hosts/vidhar/audiobookshelf.nix13
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}