nixosTests.keycloak: add discord plugin to test

This commit is contained in:
Maciej Krüger 2021-10-03 20:43:29 +02:00
parent 985afdbb33
commit bd33583c88
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F

View File

@ -16,8 +16,7 @@ let
};
nodes = {
keycloak = { ... }: {
keycloak = { config, ... }: {
security.pki.certificateFiles = [
certs.ca.cert
];
@ -36,6 +35,9 @@ let
username = "bogus";
passwordFile = pkgs.writeText "dbPassword" "wzf6vOCbPp6cqTH";
};
plugins = with config.services.keycloak.package.plugins; [
keycloak-discord
];
};
environment.systemPackages = with pkgs; [