14 lines
176 B
Nix
14 lines
176 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./policyrouting
|
|
./anycast_healthchecker
|
|
./chisel
|
|
./gre-tunnel
|
|
./minecraft-server
|
|
./monitoring
|
|
./nginx-port-forward
|
|
];
|
|
}
|