about summary refs log tree commit diff
path: root/users/tazjin/nixos
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-05-12T11·38+0200
committertazjin <tazjin@tvl.su>2022-05-12T12·15+0000
commit9bdfd58b84dadb878273e1ed1a70b97f27fca835 (patch)
tree2fada521788159f8e70593db5bf656b10e45c6cc /users/tazjin/nixos
parentf110b10fafda3b37455c761a3bbe5185bbbc28be (diff)
chore(tazjin/nixos): Trust zerotier interface for TVL network r/4062
Change-Id: I621edeb4ed338b4b1e84de580e8d782b7b98716c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5579
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/nixos')
-rw-r--r--users/tazjin/nixos/modules/zerotier.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/tazjin/nixos/modules/zerotier.nix b/users/tazjin/nixos/modules/zerotier.nix
index bbd6d850c1..bd503cf8f0 100644
--- a/users/tazjin/nixos/modules/zerotier.nix
+++ b/users/tazjin/nixos/modules/zerotier.nix
@@ -9,4 +9,6 @@
   services.zerotierone.joinNetworks = [
     "35c192ce9bd4c8c7"
   ];
+
+  networking.firewall.trustedInterfaces = [ "zt7nnembs4" ];
 }