From 548796816c763aee3c003e64b2edc31838f93fb5 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 7 Jun 2021 19:30:38 +0200 Subject: modules/profpatsch/gonic: add podcast & scan interval On haku, scan every 10 minutes and listen on the tailscale interface. --- machines/profpatsch/haku.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'machines') 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 = { -- cgit 1.4.1