mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 18:09:06 +02:00
feat: clean proxy protocol everywhere
This commit is contained in:
parent
dd454001d1
commit
bff13e5ba9
6 changed files with 93 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue