nix-bitcoin/examples/krops/krops-configuration.nix

8 lines
160 B
Nix
Raw Normal View History

2021-03-10 05:08:39 -08:00
# This file allows you to build your krops configuration locally
{
imports = [
../configuration.nix
<nix-bitcoin/modules/deployment/krops.nix>
];
}