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