From 2bd4a29b1acde4e8cbaaa83d2f92ea5aa99fc97e Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 17 Jul 2025 15:09:04 -0400 Subject: [PATCH] Infini-DL360/thelounge: enable prefetch and file upload --- hosts/Infini-DL360/thelounge.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/Infini-DL360/thelounge.nix b/hosts/Infini-DL360/thelounge.nix index 95ad0ee..acb0e37 100644 --- a/hosts/Infini-DL360/thelounge.nix +++ b/hosts/Infini-DL360/thelounge.nix @@ -23,6 +23,8 @@ port = 9786; extraConfig = { reverseProxy = true; + prefetch = true; + fileUpload.enable = true; }; }; }