Merge pull request #167013 from ThePurox/master

nixos/{jitsi-meet,prosody}: Reload prosody after switch
This commit is contained in:
Robert Hensing 2022-08-24 10:19:29 +02:00 committed by GitHub
commit b70d5b5854
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,6 +268,7 @@ in
SupplementaryGroups = [ "jitsi-meet" ];
};
};
systemd.services.prosody.reloadIfChanged = mkIf cfg.prosody.enable true;
users.groups.jitsi-meet = {};
systemd.tmpfiles.rules = [