about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-03-05 22:45:50 +0100
committerProfpatsch <mail@profpatsch.de>2021-03-05 22:56:29 +0100
commitad93ce770eb5f25a06a8c5cc87aa7287edd04f3e (patch)
tree907c0ea38baea20bf153b4be9bbfe6bdd1ccf09c /machines
parentb79a8de38f9e3d2e48b3acb0e0264f1594f2fd60 (diff)
services/Profpatsch: add gonic server & enable on haku
gonic is a modern alternative to mpd, it indexes music directories and
provides a server with a protocol to request files and metadata.

It has an Android app.
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/haku.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/machines/profpatsch/haku.nix b/machines/profpatsch/haku.nix
index 39c617a7..0c8fc786 100644
--- a/machines/profpatsch/haku.nix
+++ b/machines/profpatsch/haku.nix
@@ -122,6 +122,11 @@ in
       '';
     };
 
+    vuizvui.services.profpatsch.gonic = {
+      enable = true;
+      musicDir = "/data/seeding";
+      musicDirGroup = "data-seeding";
+    };
 
     systemd.services.warpspeed =
       let user = config.users.users.rtorrent;