From fc314e43e52dcd0cc0b067ebe4b64f495adb79ed Mon Sep 17 00:00:00 2001 From: Andre Date: Mon, 20 May 2024 10:32:22 -0400 Subject: [PATCH] Switch Airsonic to regular JRE (headfull JRE?) --- hosts/Haven/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Haven/default.nix b/hosts/Haven/default.nix index 9141faf..aff0643 100644 --- a/hosts/Haven/default.nix +++ b/hosts/Haven/default.nix @@ -134,7 +134,7 @@ in (pkgs.callPackage ../../packages/airsonic-advanced.nix { inherit lib; }) }/webapps/airsonic.war"; port = 4040; - jre = pkgs.jdk17_headless; + jre = pkgs.jdk17; jvmOptions = [ "-Dserver.use-forward-headers=true" "-Xmx4G" # Increase Java heap size to 4GB