1
0
Fork 0
nixfiles/modules/default.nix

14 lines
174 B
Nix

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