mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:36:34 +01:00
dont use alsiase
This commit is contained in:
parent
ecaa179aad
commit
21a64172c4
1 changed files with 1 additions and 5 deletions
|
@ -43,13 +43,9 @@ in
|
||||||
locations."/_matrix".proxyPass = "http://[::1]:8008";
|
locations."/_matrix".proxyPass = "http://[::1]:8008";
|
||||||
locations."/_synapse/client".proxyPass = "http://[::1]:8008";
|
locations."/_synapse/client".proxyPass = "http://[::1]:8008";
|
||||||
};
|
};
|
||||||
"element.matrix.missing.ninja" = {
|
"element.missing.ninja" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
serverAliases = [
|
|
||||||
"element.missing.ninja"
|
|
||||||
];
|
|
||||||
|
|
||||||
root = pkgs.element-web.override {
|
root = pkgs.element-web.override {
|
||||||
conf = {
|
conf = {
|
||||||
default_server_config = clientConfig;
|
default_server_config = clientConfig;
|
||||||
|
|
Loading…
Reference in a new issue