mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
6 lines
107 B
Nix
6 lines
107 B
Nix
{
|
|
lib,
|
|
writeTextDir,
|
|
}:
|
|
|
|
writeTextDir "authorized_keys" (lib.concatLines (import ../lib/ssh-keys.nix))
|