mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 01:09:24 +08:00
devices.cross.tinc: use tcp only
This commit is contained in:
@@ -155,7 +155,7 @@ in
|
||||
{
|
||||
services.tinc.networks.tinc0 =
|
||||
{
|
||||
settings = { Interface = "tinc0"; Name = tincHostname hostname; PingInterval = 10; };
|
||||
settings = { Interface = "tinc0"; Name = tincHostname hostname; PingInterval = 10; TCPOnly = true; };
|
||||
ed25519PrivateKeyFile = inputs.config.nixos.system.sops.secrets."tinc".path;
|
||||
hostSettings = inputs.lib.mkMerge
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user