Merge pull request #167013 from ThePurox/master
nixos/{jitsi-meet,prosody}: Reload prosody after switch
This commit is contained in:
commit
b70d5b5854
@ -268,6 +268,7 @@ in
|
||||
SupplementaryGroups = [ "jitsi-meet" ];
|
||||
};
|
||||
};
|
||||
systemd.services.prosody.reloadIfChanged = mkIf cfg.prosody.enable true;
|
||||
|
||||
users.groups.jitsi-meet = {};
|
||||
systemd.tmpfiles.rules = [
|
||||
|
Loading…
Reference in New Issue
Block a user