6 lines
88 B
Nix
6 lines
88 B
Nix
|
{ config, ... }:
|
||
|
{
|
||
|
tinc.private.enable = true;
|
||
|
tinc.private.ipv4 = "10.23.42.25";
|
||
|
}
|