summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2024-05-31 04:34:45 +0200
committerAlan Pearce2024-05-31 04:35:04 +0200
commitb8a42cbaebdcf1a1ee751672da1dbccb12f42ccb (patch)
tree1f5d97c98cbedcb00bc29238f677a26c6c07cddd /system
parent780acbc1bc6b3ba69390e8cf7249f4a2e744861e (diff)
downloadnixfiles-b8a42cbaebdcf1a1ee751672da1dbccb12f42ccb.tar.lz
nixfiles-b8a42cbaebdcf1a1ee751672da1dbccb12f42ccb.tar.zst
nixfiles-b8a42cbaebdcf1a1ee751672da1dbccb12f42ccb.zip
linde: trust connections via tailscale interface
Diffstat (limited to 'system')
-rw-r--r--system/linde.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/linde.nix b/system/linde.nix
index e4be3671..ebce6de1 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -224,6 +224,7 @@ in
         6885 # DHT
         6922
       ];
+      trustedInterfaces = [ "tailscale0" ];
     };
     resolvconf = {
       enable = false;