secure-node: don't set nix-bitcoin.secretsDir
This simplifies the docs and the secure-node module. This change doesn't affect users that deploy via krops.
This commit is contained in:
parent
7b0c3d48c9
commit
d959d5b558
5 changed files with 27 additions and 12 deletions
|
|
@ -18,9 +18,6 @@ in {
|
|||
};
|
||||
|
||||
config = {
|
||||
# For backwards compatibility only
|
||||
nix-bitcoin.secretsDir = mkDefault "/secrets";
|
||||
|
||||
networking.firewall.enable = true;
|
||||
|
||||
nix-bitcoin.security.dbusHideProcessInformation = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue