add bck-authorized-keys pkg

This commit is contained in:
Sean Buckley 2024-07-24 10:26:16 -04:00
parent fd2fa7c92c
commit 7af16a399d

View file

@ -0,0 +1,5 @@
{ lib
, writeTextDir
}:
writeTextDir "authorized_keys" (lib.concatLines (import ../lib/ssh-keys.nix))