diff options
Diffstat (limited to '')
| -rw-r--r-- | hosts/apocalypse/firewall.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/apocalypse/firewall.nix b/hosts/apocalypse/firewall.nix index 8c5dadb..05feacf 100644 --- a/hosts/apocalypse/firewall.nix +++ b/hosts/apocalypse/firewall.nix @@ -1,4 +1,4 @@ -{ pkgs, config, ... }: +{ ... }: let baseTCP = [ 22000 # Syncthng |
