mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
add bck-authorized-keys pkg
This commit is contained in:
parent
fd2fa7c92c
commit
7af16a399d
1 changed files with 5 additions and 0 deletions
5
pkgs/bck-authorized-keys.nix
Normal file
5
pkgs/bck-authorized-keys.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{ lib
|
||||||
|
, writeTextDir
|
||||||
|
}:
|
||||||
|
|
||||||
|
writeTextDir "authorized_keys" (lib.concatLines (import ../lib/ssh-keys.nix))
|
Loading…
Reference in a new issue