From f02151af242aa68dd1749b3946c646dc0294c4d9 Mon Sep 17 00:00:00 2001 From: CrystalGamma Date: Wed, 24 Aug 2022 10:37:38 +0200 Subject: nixos/jitsi-meet: fix property conflict #167013 introduced a property conflict with the concurrently-written commit aea940da63c27f503915a5ca44cbb9eddf2674f6, over property systemd.services.prosody. Fix this by moving the reload option into the block. --- nixos/modules/services/web-apps/jitsi-meet.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/web-apps') diff --git a/nixos/modules/services/web-apps/jitsi-meet.nix b/nixos/modules/services/web-apps/jitsi-meet.nix index a50ba022615..ecc00c7899b 100644 --- a/nixos/modules/services/web-apps/jitsi-meet.nix +++ b/nixos/modules/services/web-apps/jitsi-meet.nix @@ -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 = [ -- cgit 1.4.1