Fix element config not actually applying
This commit is contained in:
parent
66b0945abd
commit
289f48fef9
1 changed files with 4 additions and 3 deletions
|
|
@ -52,8 +52,8 @@
|
|||
};
|
||||
features = {
|
||||
"feature_group_calls" = true;
|
||||
"feature_video_rooms" = false;
|
||||
"feature_element_call_video_rooms" = false;
|
||||
"feature_video_rooms" = true;
|
||||
"feature_element_call_video_rooms" = true;
|
||||
};
|
||||
element_call = {
|
||||
url = null;
|
||||
|
|
@ -69,7 +69,8 @@
|
|||
nativeBuildInputs = [ makeWrapper ];
|
||||
postBuild = ''
|
||||
wrapProgram $out/bin/element-desktop \
|
||||
--add-flags "--password-store=gnome-libsecret --config-path ${elementConfig}"
|
||||
--add-flags "--password-store=gnome-libsecret" \
|
||||
--set ELEMENT_DESKTOP_CONFIG_JSON "${elementConfig}"
|
||||
'';
|
||||
})
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue