rename nix-bitcoin.nix -> presets/secure-node.nix

This commit is contained in:
Erik Arvstedt 2020-04-07 22:47:32 +02:00
parent 0c4ba43ee8
commit 28792f79dc
No known key found for this signature in database
GPG key ID: 33312B944DD97846
4 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@
{ config, pkgs, lib, ... }: {
imports = [
<nix-bitcoin/modules/nix-bitcoin.nix>
<nix-bitcoin/modules/presets/secure-node.nix>
# FIXME: The hardened kernel profile improves security but
# decreases performance by ~50%.
@ -26,7 +26,7 @@
### BITCOIND
# Bitcoind is enabled by default if nix-bitcoin is enabled
#
# You can override default settings from nix-bitcoin.nix as follows
# You can override default settings from secure-node.nix as follows
# services.bitcoind.prune = lib.mkForce 100000;
#
# You can add options that are not defined in modules/bitcoind.nix as follows