1
0
Fork 0
nixfiles/modules/default.nix

15 lines
187 B
Nix

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