mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 12:51:34 +01:00
nebula: Fix tailscale ssh disconnects
This commit is contained in:
parent
61f5c54196
commit
2978d2c1a5
1 changed files with 1 additions and 0 deletions
|
|
@ -113,6 +113,7 @@ in
|
||||||
pki.disconnect_invalid = true;
|
pki.disconnect_invalid = true;
|
||||||
cipher = "aes";
|
cipher = "aes";
|
||||||
logging.level = "warning";
|
logging.level = "warning";
|
||||||
|
lighthouse.local_allow_list.interfaces.tailscale0 = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue