1
0
Fork 0
selfhostblocks/tests/disnix/keycloak/distribution.nix
2023-02-22 23:05:01 -08:00

7 lines
111 B
Nix

{ infrastructure }:
with infrastructure;
{
KeycloakPostgresDB = [ test1 ];
KeycloakService = [ test1 ];
}