Compare commits
No commits in common. "753d9a581e29c29ed304a79a05c9cce8a56f386e" and "195a9c46bbc32bf478aa16759ebaa90fbd0d1d8c" have entirely different histories.
753d9a581e
...
195a9c46bb
3 changed files with 1 additions and 13 deletions
|
|
@ -86,7 +86,6 @@
|
|||
./services/coturn.nix
|
||||
./services/wireguard-outer.nix
|
||||
./services/borgbackup-vps.nix
|
||||
./services/syncthing-relay.nix
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
allowedTCPPorts = [ ];
|
||||
interfaces."enp34s0".allowedTCPPorts = [ ];
|
||||
extraInputRules = ''
|
||||
ip saddr {192.168.1.0/24, 10.10.0.0/24} tcp dport {22, 8096, 8920, 3000, 8282, 9696, 8989, 7878, 80} accept
|
||||
ip saddr 192.168.1.0/24 tcp dport {22, 8096, 8920, 3000, 8282, 9696, 8989, 7878, 80} accept
|
||||
tcp dport {22, 8096, 8920, 3000, 8282, 9696, 8989, 7878, 80} drop
|
||||
|
||||
ip saddr 192.168.1.0/24 udp dport 5353 accept
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
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