We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 2ff488c commit 19c298eCopy full SHA for 19c298e
nixos/modules/services/networking/tinc.nix
@@ -35,7 +35,8 @@ in
35
description = ''
36
The name of the node which is used as an identifier when communicating
37
with the remote nodes in the mesh. If null then the hostname of the system
38
- is used.
+ is used to derive a name (note that tinc may replace non-alphanumeric characters in
39
+ hostnames by underscores).
40
'';
41
};
42
0 commit comments