remove option 'services.nix-bitcoin.enable'
Users can enable the node config just by importing secure-node.nix
This commit is contained in:
parent
0f8b2e91fd
commit
1a63f0ca6a
4 changed files with 8 additions and 7 deletions
|
|
@ -18,10 +18,7 @@
|
|||
#./hardware-configuration.nix
|
||||
];
|
||||
# FIXME: Enable modules by uncommenting their respective line. Disable
|
||||
# modules by commenting out their respective line. Enable this module to
|
||||
# use the nix-bitcoin node configuration. Only disable this if you know what
|
||||
# you are doing.
|
||||
services.nix-bitcoin.enable = true;
|
||||
# modules by commenting out their respective line.
|
||||
|
||||
### BITCOIND
|
||||
# Bitcoind is enabled by default if nix-bitcoin is enabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue