2017-05-24 10:05:54 -07:00
|
|
|
{ system ? builtins.currentSystem }:
|
2017-05-02 16:20:32 -07:00
|
|
|
{
|
2017-09-08 17:00:35 -07:00
|
|
|
dns = import ./dns.nix { inherit system; };
|
|
|
|
# e2e = import ./e2e.nix { inherit system; }; # TODO: make it pass
|
|
|
|
# the following test(s) can be removed when e2e is working:
|
|
|
|
rbac = import ./rbac.nix { inherit system; };
|
2017-05-02 16:20:32 -07:00
|
|
|
}
|