From 21c0ae8a90277b4844eebac36557e9b8fa536c67 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Mon, 23 Dec 2024 19:33:00 -0600 Subject: [PATCH] Change syncthing group to work with lidarr. --- hosts/garden/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/garden/default.nix b/hosts/garden/default.nix index 25087d5..84b5f4a 100644 --- a/hosts/garden/default.nix +++ b/hosts/garden/default.nix @@ -1,4 +1,5 @@ -{ ... }: +{ config, ... }: + { imports = [ ./hardware-configuration.nix @@ -22,6 +23,7 @@ "flakes" ]; + services.syncthing.group = config.lidarr.group; services.caddy.virtualHosts."https://media.tailc50184.ts.net".extraConfig = '' bind tailscale/media reverse_proxy localhost:8384 {