1
0
Fork 0
nixfiles/modules/default.nix

10 lines
106 B
Nix

{ ... }:
{
imports = [
./policyrouting
./anycast_healthchecker
./nginx-port-forward
];
}