7 lines
89 B
Nix
7 lines
89 B
Nix
{ config, ... }:
|
|
{
|
|
|
|
tinc.secret.enable = true;
|
|
tinc.secret.ipv4 = "10.123.42.25";
|
|
|
|
}
|