remove option 'services.nix-bitcoin.enable'
Users can enable the node config just by importing secure-node.nix
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
# This file exists only for backwards compatibility
|
||||
|
||||
import ./presets/secure-node.nix
|
||||
{ lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
./presets/secure-node.nix
|
||||
(lib.mkRemovedOptionModule [ "services" "nix-bitcoin" "enable" ] "Please directly import ./presets/secure-node.nix")
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user