examples: add krops deployment method
This commit is contained in:
parent
e017675d5e
commit
fe118b28ff
5 changed files with 91 additions and 0 deletions
7
examples/krops/krops-configuration.nix
Normal file
7
examples/krops/krops-configuration.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# This file allows you to build your krops configuration locally
|
||||
{
|
||||
imports = [
|
||||
../configuration.nix
|
||||
<nix-bitcoin/modules/deployment/krops.nix>
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue