1
0

Add module import magic

This commit is contained in:
2020-12-09 22:49:42 +01:00
parent 66d21a9688
commit 362b9b6bb8
4 changed files with 12 additions and 2 deletions

8
modules/default.nix Normal file
View File

@@ -0,0 +1,8 @@
{ ... }:
{
imports = [
./policyrouting
./anycast_healthchecker
];
}