1
0
nixfiles/modules/default.nix
2021-01-10 22:27:29 +01:00

12 lines
135 B
Nix

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