Remove syncthing-relay, make this part of the main config

This commit is contained in:
albert 2025-02-21 12:31:07 -08:00
parent 012f1ea2bf
commit aee9602008
Signed by: albert
GPG key ID: 3895DD267CA11BA9
5 changed files with 1 additions and 13 deletions
nixos
common/services
hosts
framework-server
nuc-server
warsaw-ovh-01

View file

@ -1,9 +0,0 @@
{ config, ... }: {
networking.interfaces.tailscale0.firewall.allowedTCPPorts = [ 22067 22070 ];
services.syncthing.relay = {
enable = true;
pools = "";
providedBy = config.networking.hostName;
};
}

View file

@ -17,7 +17,7 @@
};
networking.firewall.interfaces.tailscale0 = {
allowedTCPPorts = [ 8384 22000 ];
allowedTCPPorts = [ 8384 22000 22067 22070 ];
allowedUDPPorts = [ 22000 21027 ];
};

View file

@ -11,7 +11,6 @@
../../common/services/tailscale-autoconnect.nix
../../common/services/forgejo-runner.nix
../../common/services/syncthing.nix
../../common/services/syncthing-relay.nix
# Disabling -- I don't know why but this all of a sudden breaks Headscale.
# Sep 12 2024
# ../../common/modules/fail2ban/traefik.nix

View file

@ -12,7 +12,6 @@ in {
../../common/services/docker.nix
../../common/services/forgejo-runner.nix
../../common/services/syncthing.nix
../../common/services/syncthing-relay.nix
./disks.nix
./mounts.nix
./cron.nix

View file

@ -7,7 +7,6 @@
../../common/services/tailscale-autoconnect.nix
../../common/services/forgejo-runner.nix
../../common/services/syncthing.nix
../../common/services/syncthing-relay.nix
# Copy from framework-server
../framework-server/cron.nix