1
0
nixfiles/modules/default.nix

10 lines
106 B
Nix
Raw Normal View History

2020-12-09 22:49:42 +01:00
{ ... }:
{
imports = [
./policyrouting
./anycast_healthchecker
2020-12-26 01:24:40 +01:00
./nginx-port-forward
2020-12-09 22:49:42 +01:00
];
}