mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-21 15:54:21 +01:00
Fix signald not properly forwarding international characters
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
9b8ef12c05
commit
2bc1f06fcf
|
@ -46,6 +46,7 @@ nglib.makeSystem {
|
|||
SOCKET_PATH="/var/run/signald/signald.sock"
|
||||
mkdir -p $(dirname $SOCKET_PATH)
|
||||
|
||||
export LANG=en_US.UTF-8
|
||||
${lib.getExe pkgs.signald} -d $DATA_DIR -s $SOCKET_PATH
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue