10 lines
139 B
Nix
10 lines
139 B
Nix
{
|
|
imports = [ ./tinc.nix ];
|
|
|
|
module.cluster.services.tinc = {
|
|
"test" = {
|
|
enable = true;
|
|
openPort = true;
|
|
};
|
|
};
|
|
}
|