Remove syncthing-relay, make this part of the main config
This commit is contained in:
parent
012f1ea2bf
commit
aee9602008
5 changed files with 1 additions and 13 deletions
nixos
common/services
hosts
|
@ -1,9 +0,0 @@
|
|||
{ config, ... }: {
|
||||
networking.interfaces.tailscale0.firewall.allowedTCPPorts = [ 22067 22070 ];
|
||||
|
||||
services.syncthing.relay = {
|
||||
enable = true;
|
||||
pools = "";
|
||||
providedBy = config.networking.hostName;
|
||||
};
|
||||
}
|
|
@ -17,7 +17,7 @@
|
|||
};
|
||||
|
||||
networking.firewall.interfaces.tailscale0 = {
|
||||
allowedTCPPorts = [ 8384 22000 ];
|
||||
allowedTCPPorts = [ 8384 22000 22067 22070 ];
|
||||
allowedUDPPorts = [ 22000 21027 ];
|
||||
};
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue