nixos/{jitsi-meet,prosody}: Reload prosody after switch

Jitsi breaks after switch, not allowing a second person to join a meeting.
This should fix the poblem.
See Issue:
https://github.com/NixOS/nixpkgs/issues/117212
This commit is contained in:
Nico Stuhlmueller 2022-04-03 10:30:46 +02:00
parent bc3376905b
commit 47188071d2

View File

@ -257,6 +257,7 @@ in
EnvironmentFile = [ "/var/lib/jitsi-meet/secrets-env" ];
SupplementaryGroups = [ "jitsi-meet" ];
};
systemd.services.prosody.reloadIfChanged = mkIf cfg.prosody.enable true;
users.groups.jitsi-meet = {};
systemd.tmpfiles.rules = [