1
0
Fork 0
nixfiles/modules/default.nix

14 lines
176 B
Nix

{ ... }:
{
imports = [
./policyrouting
./anycast_healthchecker
./chisel
./gre-tunnel
./minecraft-server
./monitoring
./nginx-port-forward
];
}