summary refs log tree commit diff
path: root/nixos/modules/services/networking
diff options
context:
space:
mode:
authorajs124 <ajs124@users.noreply.github.com>2022-11-03 22:57:04 +0100
committerGitHub <noreply@github.com>2022-11-03 22:57:04 +0100
commit42ec4ec905c7bc5244577df8c6d3f31e790ac9cc (patch)
tree1b2d5c271b4ea4f285c2ea9fffe8ef8d4d28bb73 /nixos/modules/services/networking
parenteae91da151a6120ff94786ba24e604fc0ea42212 (diff)
parent6873292f43bf55e77d0f1a522c0f83d1fc6b462b (diff)
Merge pull request #198303 from cleeyv/jitsi-update
Update of all Jitsi Meet components
Diffstat (limited to 'nixos/modules/services/networking')
-rw-r--r--nixos/modules/services/networking/jibri/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/jibri/default.nix b/nixos/modules/services/networking/jibri/default.nix
index 6925ac55840ec..a931831fc2814 100644
--- a/nixos/modules/services/networking/jibri/default.nix
+++ b/nixos/modules/services/networking/jibri/default.nix
@@ -378,7 +378,7 @@ in
         '')
         cfg.xmppEnvironments))
       + ''
-        ${pkgs.jre8_headless}/bin/java -Djava.util.logging.config.file=${./logging.properties-journal} -Dconfig.file=${configFile} -jar ${pkgs.jibri}/opt/jitsi/jibri/jibri.jar --config /var/lib/jibri/jibri.json
+        ${pkgs.jdk11_headless}/bin/java -Djava.util.logging.config.file=${./logging.properties-journal} -Dconfig.file=${configFile} -jar ${pkgs.jibri}/opt/jitsi/jibri/jibri.jar --config /var/lib/jibri/jibri.json
       '';
 
       environment.HOME = "/var/lib/jibri";