mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-01 15:27:18 +02:00
feat: clean proxy protocol everywhere
This commit is contained in:
parent
6500a1d4f5
commit
f024df1e66
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