Remove nixops examples and documentation

This commit is contained in:
Jonas Nick
2021-03-08 15:11:13 +01:00
parent b07185915a
commit a4dabc7390
12 changed files with 82 additions and 482 deletions

View File

@@ -1,5 +1,8 @@
# This is an example network definition for deploying a nix-bitcoin node via NixOps.
# NixOps deployment is currently untested.
{
network.description = "Bitcoin Core node";
network.description = "Bitcoin node";
bitcoin-node = { config, pkgs, lib, ... }: {
imports = [
@@ -8,5 +11,9 @@
];
nix-bitcoin.deployment.secretsDir = toString ../secrets;
#FIXME:
# Set `deployment.*` options like
# deployment.targetHost = "<address_or_hostname>";
};
}