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