Skip to content
Snippets Groups Projects
Verified Commit c3886d97 authored by pigeonmoelleux's avatar pigeonmoelleux 💬
Browse files

Ajout OIDC note

parent ce4de085
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,11 @@
owner = "matrix-synapse";
};
note_oidc_extra_config = {
file = ../../secrets/neo/note_oidc_extra_config.age;
owner = "matrix-synapse";
};
appservice_irc_db_env = {
file = ../../secrets/neo/appservice_irc_db_env.age;
};
......@@ -119,6 +124,7 @@
extraConfigFiles = [
config.age.secrets.database_extra_config.path
config.age.secrets.note_oidc_extra_config.path
];
};
......
......@@ -94,10 +94,12 @@ in
let
key = hosts.${name};
in
genAttrs [
"restic/${name}/base-repo"
"restic/${name}/base-password"
] [ key ]
genAttrs
[
"restic/${name}/base-repo"
"restic/${name}/base-password"
]
[ key ]
)
) { } (remove "thot" hostnames)
// builtins.mapAttrs (name: value: { publicKeys = value.publicKeys ++ nounous; }) {
......@@ -106,5 +108,6 @@ in
"secrets/neo/appservice_irc_db_env.age".publicKeys = [ neo ];
"secrets/neo/coturn_auth_secret.age".publicKeys = [ neo ];
"secrets/neo/database_extra_config.age".publicKeys = [ neo ];
"secrets/neo/note_oidc_extra_config.age".publicKeys = [ neo ];
"secrets/neo/ldap_synapse_password.age".publicKeys = [ neo ];
}
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment