12 lines
135 B
Nix
12 lines
135 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./policyrouting
|
|
./anycast_healthchecker
|
|
./gitea
|
|
./gre-tunnel
|
|
./nginx-port-forward
|
|
];
|
|
}
|