1
0
Fork 0
nixfiles/modules/default.nix

11 lines
118 B
Nix
Raw Normal View History

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