1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-13 20:30:02 +00:00

newline eof for authorized-keys conf

This commit is contained in:
sbh69840 2023-05-10 21:30:35 +05:30
parent ab2e16159f
commit 4094dbccde

View file

@ -94,7 +94,7 @@ let
{
"ssh/sshd_config.d/101-authorized-keys.conf" = {
copy = true;
text = "AuthorizedKeysFile /etc/ssh/authorized_keys.d/%u";
text = "AuthorizedKeysFile /etc/ssh/authorized_keys.d/%u\n";
};
};
in