mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-13 20:30:02 +00:00
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
Reference in a new issue