1
0
Fork 0
selfhostblocks/modules/contracts/default.nix

7 lines
201 B
Nix

{ lib }:
{
backup = import ./backup.nix { inherit lib; };
mount = import ./mount.nix { inherit lib; };
secret = import ./secret.nix { inherit lib; };
ssl = import ./ssl.nix { inherit lib; };
}