summaryrefslogtreecommitdiffstats
path: root/nixos/modules
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2023-11-05 08:36:25 -0500
committerGitHub <noreply@github.com>2023-11-05 08:36:25 -0500
commita707831d980aa428d049f8bf298a7c4f0a054d49 (patch)
tree4fbe51ce1de69424dd98a538b02857855f79b6d7 /nixos/modules
parent1809b328770806f94d306799147cc1a847d5328f (diff)
parentccb0f8712921956eb8345dc0d20a694c0bd4cff4 (diff)
Merge pull request #256738 from toastal/prosody-libevent-deprecated
prosody: remove deprecated libevent
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/networking/prosody.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/modules/services/networking/prosody.nix b/nixos/modules/services/networking/prosody.nix
index 0066c77438f4..038d574bd878 100644
--- a/nixos/modules/services/networking/prosody.nix
+++ b/nixos/modules/services/networking/prosody.nix
@@ -779,9 +779,6 @@ in
admins = ${toLua cfg.admins}
- -- we already build with libevent, so we can just enable it for a more performant server
- use_libevent = true
-
modules_enabled = {
${ lib.concatStringsSep "\n " (lib.mapAttrsToList