Skip to content

Commit ca1b011

Browse files
matrix: fix assertion
1 parent 3aa5a47 commit ca1b011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/matrix.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ in
119119
virtualHosts."${cfge.domain}" = {
120120
forceSSL = true;
121121
enableACME = lib.mkDefault true;
122-
root = (cfge.package.override {
122+
locations."/".root = (cfge.package.override {
123123
conf = with config.services.matrix-synapse.settings; {
124124
default_server_config."m.homeserver" = {
125125
"base_url" = public_baseurl;

0 commit comments

Comments
 (0)