11 lines
161 B
Nix
11 lines
161 B
Nix
{
|
|
imports = [ ./tinc.nix ];
|
|
|
|
module.cluster.services.tinc = {
|
|
"test" = {
|
|
debugLevel = 5;
|
|
enable = true;
|
|
openPort = true;
|
|
};
|
|
};
|
|
}
|