2017-05-24 19:05:54 +02:00
|
|
|
{ system ? builtins.currentSystem }:
|
2017-05-03 01:20:32 +02:00
|
|
|
{
|
2017-09-09 02:00:35 +02: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-03 01:20:32 +02:00
|
|
|
}
|