terraform-config/lib/default.nix

6 lines
72 B
Nix

{ lib, ... }:
{
ssh-keys = import ./ssh-keys.nix { inherit lib; };
}