relay
This commit is contained in:
parent
195a9c46bb
commit
ac8525bcba
2 changed files with 12 additions and 0 deletions
|
|
@ -86,6 +86,7 @@
|
||||||
./services/coturn.nix
|
./services/coturn.nix
|
||||||
./services/wireguard-outer.nix
|
./services/wireguard-outer.nix
|
||||||
./services/borgbackup-vps.nix
|
./services/borgbackup-vps.nix
|
||||||
|
./services/syncthing-relay.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
11
services/syncthing-relay.nix
Normal file
11
services/syncthing-relay.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.syncthing.relay = {
|
||||||
|
enable = true;
|
||||||
|
providedBy = "ellie";
|
||||||
|
pools = []; # Don't join public relay pools
|
||||||
|
};
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [ 22067 ];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue