From bb3a69797e96eb06c222ac64cc82ce99e11e9072 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Mon, 1 Feb 2021 22:53:07 +0100 Subject: [PATCH] README: minor improvements - Simplify examples link text. That the examples README is located in a subdirectory is not relevant here. - The backup frequency is freely configurable. It's set to 'daily' only by secure-node.nix. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea801e4..c6e658b 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ running nix-bitcoin does not require any previous experience with the Nix ecosys Examples --- -See the [examples directory](examples/README.md). +See [here for examples](examples/README.md). Features --- @@ -76,7 +76,7 @@ NixOS modules * Helper * [netns-isolation](modules/netns-isolation.nix): isolates applications on the network-level via network namespaces * [nodeinfo](modules/nodeinfo.nix): script which prints info about the node's services - * [backups](modules/backups.nix): daily duplicity backups of all your node's important files + * [backups](modules/backups.nix): duplicity backups of all your node's important files * [operator](modules/operator.nix): adds non-root user `operator` who has access to client tools (e.g. `bitcoin-cli`, `lightning-cli`) Security