mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
fix: aarch64
This commit is contained in:
parent
4a85789f64
commit
74e08d6770
7 changed files with 7 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ in {
|
|||
services.keycloak = {
|
||||
enable = builtins.getEnv "CI_PLATFORM" == "impure";
|
||||
package = (pkgs.keycloak.override {
|
||||
jre = pkgs.openjdk17;
|
||||
jre = pkgs.openjdk11;
|
||||
});
|
||||
initialAdminPassword = "mewpymewlymewlies";
|
||||
database.passwordFile = config.secrets.files.keycloak-postgres-file.path;
|
||||
|
|
|
|||
|
|
@ -24,6 +24,8 @@ in {
|
|||
field = "password";
|
||||
};
|
||||
|
||||
services.redis.enable = true;
|
||||
|
||||
secrets.files = {
|
||||
domains-ldap = {
|
||||
text = ''
|
||||
|
|
|
|||
|
|
@ -307,7 +307,7 @@ CONFIG = {
|
|||
'';
|
||||
root = pkgs.cinny.override {
|
||||
conf = {
|
||||
defaultHomeserver = 1;
|
||||
defaultHomeserver = 0;
|
||||
homeserverList = [
|
||||
"kittywit.ch"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue