summaryrefslogtreecommitdiffstats
path: root/machines/jormungand
diff options
context:
space:
mode:
authorDominique Martinet @ jormungand <asmadeus@codewreck.org>2020-09-28 12:56:57 +0200
committerDominique Martinet @ jormungand <asmadeus@codewreck.org>2020-09-29 13:45:04 +0200
commitd3f9ed416352bd4214ba8852baa015ca50d06d1d (patch)
tree7618a80855872ed094fc70b8ba5436a024c75bfa /machines/jormungand
parentb628dc26a0bdc7af83afcb66ffd078eccb6aa35f (diff)
20.09 upgrade: riot-web is now element-web
Diffstat (limited to 'machines/jormungand')
-rw-r--r--machines/jormungand/nginx.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/jormungand/nginx.nix b/machines/jormungand/nginx.nix
index 8e9920a..bdec053 100644
--- a/machines/jormungand/nginx.nix
+++ b/machines/jormungand/nginx.nix
@@ -237,7 +237,7 @@ in {
"riot.codewreck.org" = {
forceSSL = true;
enableACME = true;
- root = pkgs.riot-web.override {
+ root = pkgs.element-web.override {
conf = {
default_server_config."m.homeserver" = {
"base_url" = "https://matrix.codewreck.org";