1
0
Fork 0
nixfiles/modules/default.nix

15 lines
188 B
Nix

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