settei/assets/default.nix

9 lines
150 B
Nix

{lib, ...}: {
options.assets = lib.mkOption {
type = lib.types.unspecified;
};
config.assets = {
sshKeys = import ./ssh.nix {};
};
}