parent
08c3826eb9
commit
823852a6a9
@ -23,6 +23,8 @@ in
|
|||||||
type = types.int;
|
type = types.int;
|
||||||
description = ''
|
description = ''
|
||||||
The port the server should listen on. Will use the server's default (2022) if not specified.
|
The port the server should listen on. Will use the server's default (2022) if not specified.
|
||||||
|
|
||||||
|
Make sure to open this port in the firewall if necessary.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -86,4 +88,8 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
maintainers = with lib.maintainers; [ pingiun ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user