mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
nixos/jitsi-meet: fix property conflict
#167013 introduced a property conflict with the concurrently-written commit
aea940da63
, over property
systemd.services.prosody. Fix this by moving the reload option into the block.
This commit is contained in:
parent
095d1fe4bd
commit
f02151af24
|
@ -267,8 +267,8 @@ in
|
|||
EnvironmentFile = [ "/var/lib/jitsi-meet/secrets-env" ];
|
||||
SupplementaryGroups = [ "jitsi-meet" ];
|
||||
};
|
||||
reloadIfChanged = true;
|
||||
};
|
||||
systemd.services.prosody.reloadIfChanged = mkIf cfg.prosody.enable true;
|
||||
|
||||
users.groups.jitsi-meet = {};
|
||||
systemd.tmpfiles.rules = [
|
||||
|
|
Loading…
Reference in a new issue