Skip to content

Commit

Permalink
fix: only open Syncthing ports on hosts in trusted locations
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Oct 15, 2024
1 parent cd56b27 commit 6ab3413
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions nixos/_mixins/features/network/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,14 @@ let
# Per-host firewall configuration; mostly for Syncthing which is configured via Home Manager
allowedTCPPorts = {
phasma = [ 22000 ];
sidious = [ 22000 ];
tanis = [ 22000 ];
vader = [ 22000 ];
revan = [ 22000 ];
malak = [ 22000 ];
};
allowedUDPPorts = {
phasma = [
22000
21027
];
sidious = [
22000
21027
];
tanis = [
22000
21027
];
vader = [
22000
21027
Expand All @@ -53,10 +42,6 @@ let
22000
21027
];
malak = [
22000
21027
];
};

# Define DNS settings for specific users
Expand Down

0 comments on commit 6ab3413

Please sign in to comment.