fix(auth): fix allowed_signers file generation

This commit is contained in:
514fpv 2024-04-01 08:30:50 +08:00
parent 06445d853b
commit 6e2cc49183
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -17,7 +17,7 @@
# compiled from trusted keys in auth module
ssh.allowedSignersFile = toString (pkgs.writeText
"allowed_signers" (foldr (key: folded:
folded + "koishi@514fpv.one ${key}") ""
folded + "koishi@514fpv.one ${key}\n") ""
config.passthrough.publicKeys));
};
};