diff options
| author | sbh69840 <sbh69840@gmail.com> | 2023-05-10 21:30:35 +0530 |
|---|---|---|
| committer | sbh69840 <sbh69840@gmail.com> | 2023-05-10 21:30:35 +0530 |
| commit | 4094dbccde0d00fd062d365b8c79526711a6bc95 (patch) | |
| tree | 7ba4812160d2ccbe613832ddb764aa046f43283c /modules/programs | |
| parent | ab2e16159f5a04fd962f3d7de8dc4901d048db17 (diff) | |
newline eof for authorized-keys conf
Diffstat (limited to 'modules/programs')
| -rw-r--r-- | modules/programs/ssh/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/programs/ssh/default.nix b/modules/programs/ssh/default.nix index b8baec6..2d008df 100644 --- a/modules/programs/ssh/default.nix +++ b/modules/programs/ssh/default.nix @@ -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 |
