8 lines
111 B
Nix
8 lines
111 B
Nix
|
{ infrastructure }:
|
||
|
|
||
|
with infrastructure;
|
||
|
{
|
||
|
KeycloakPostgresDB = [ test1 ];
|
||
|
KeycloakService = [ test1 ];
|
||
|
}
|