1
0
nixfiles/modules/default.nix
2021-07-23 23:33:03 +02:00

15 lines
188 B
Nix

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