mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:56: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."/_synapse/client".proxyPass = "http://[::1]:8008";
|
||||
};
|
||||
"element.matrix.missing.ninja" = {
|
||||
"element.missing.ninja" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
serverAliases = [
|
||||
"element.missing.ninja"
|
||||
];
|
||||
|
||||
root = pkgs.element-web.override {
|
||||
conf = {
|
||||
default_server_config = clientConfig;
|
||||
|
|
Loading…
Reference in a new issue