fix(auth): fix allowed_signers file generation
This commit is contained in:
parent
06445d853b
commit
6e2cc49183
|
@ -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));
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue