patch dropbear to add -U option

This commit is contained in:
Daniel Barlow
2024-08-23 19:58:05 +01:00
parent 055268d5d2
commit e835473945
2 changed files with 387 additions and 0 deletions

View File

@@ -134,6 +134,7 @@ extraPkgs // {
'';
in [
passPath
./pkgs/dropbear/add-authkeyfile-option.patch
];
postPatch = ''
(echo '#define DSS_PRIV_FILENAME "/run/dropbear/dropbear_dss_host_key"'