feat: clean proxy protocol everywhere

This commit is contained in:
Luj 2024-12-07 01:03:20 +01:00
parent dd454001d1
commit bff13e5ba9
Signed by: luj
GPG key ID: 6FC74C847011FD83
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;