about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-06-07 19:30:38 +0200
committerProfpatsch <mail@profpatsch.de>2021-06-07 19:30:38 +0200
commit548796816c763aee3c003e64b2edc31838f93fb5 (patch)
tree28eb40fe25d68eb40f8d6d3e35ddf8c1321f167e /machines/profpatsch
parent1d1784e417cb415d77a63c7d6eecaa960af7d489 (diff)
modules/profpatsch/gonic: add podcast & scan interval
On haku, scan every 10 minutes and listen on the tailscale interface.
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/haku.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/machines/profpatsch/haku.nix b/machines/profpatsch/haku.nix
index 9441e81f..f4a28604 100644
--- a/machines/profpatsch/haku.nix
+++ b/machines/profpatsch/haku.nix
@@ -129,8 +129,12 @@ in
 
     vuizvui.services.profpatsch.gonic = {
       enable = true;
+      listenAddress = "${tailscaleAddress}:${toString gonicPortTailscale}";
       musicDir = "/data/seeding";
       musicDirGroup = "data-seeding";
+      podcastDir = "/data/podcasts";
+      podcastDirGroup = "data-seeding";
+      scanIntervalMinutes = 10;
     };
 
     services.samba = {