enable copy
This commit is contained in:
parent
64a15676ac
commit
ecb5840f6b
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ let
|
|||
};
|
||||
authKeysFiles = let
|
||||
mkAuthKeyFile = u: nameValuePair "ssh/authorized_keys.d/${u.name}" {
|
||||
copy = true;
|
||||
text = ''
|
||||
${concatStringsSep "\n" u.openssh.authorizedKeys.keys}
|
||||
${concatMapStrings (f: readFile f + "\n") u.openssh.authorizedKeys.keyFiles}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue