feat: clean proxy protocol everywhere

This commit is contained in:
Luj 2024-12-07 01:03:20 +01:00
parent 6500a1d4f5
commit f024df1e66
6 changed files with 93 additions and 5 deletions

View file

@ -2,7 +2,7 @@
with lib;
let
cfg = config.luj.irc;
port = 9000;
port = 8349;
in
{
@ -19,6 +19,7 @@ in
config = mkIf cfg.enable (mkMerge [
{
services.thelounge = {
inherit port;
enable = true;
public = false;
extraConfig.fileUpload.enable = true;