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:
CrystalGamma 2022-08-24 10:37:38 +02:00 committed by zowoq
parent 095d1fe4bd
commit f02151af24

View File

@ -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 = [