Change syncthing group to work with lidarr.
This commit is contained in:
parent
06bc8038fd
commit
21c0ae8a90
1 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue