1
0
nixfiles/modules/default.nix
2021-01-06 22:00:52 +01:00

11 lines
118 B
Nix

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