Tinc: Difference between revisions
imported>Chuangzhu Fix systemd unit |
imported>Aforemny m Add missing quotes around `address`'s value |
||
Line 68: | Line 68: | ||
<syntaxHighlight lang=nix># for heinz | <syntaxHighlight lang=nix># for heinz | ||
networking.interfaces."tinc.${networkName}".ipv4.addresses = [ { address = 10.1.1.25; prefixLength = 24; } ]; | networking.interfaces."tinc.${networkName}".ipv4.addresses = [ { address = "10.1.1.25"; prefixLength = 24; } ]; | ||
</syntaxHighlight> | </syntaxHighlight> | ||