mirror of https://gitlab.crans.org/nounous/nixos
Ajout support OIDC
parent
c3886d9793
commit
01557d89aa
|
@ -126,6 +126,14 @@
|
||||||
config.age.secrets.database_extra_config.path
|
config.age.secrets.database_extra_config.path
|
||||||
config.age.secrets.note_oidc_extra_config.path
|
config.age.secrets.note_oidc_extra_config.path
|
||||||
];
|
];
|
||||||
|
|
||||||
|
extras = [
|
||||||
|
"oidc"
|
||||||
|
"postgres"
|
||||||
|
"systemd"
|
||||||
|
"url-preview"
|
||||||
|
"user-search"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx.virtualHosts."matrix.crans.org" = {
|
services.nginx.virtualHosts."matrix.crans.org" = {
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue