onionAddresses: remove redundant option 'enable'

The service can be disabled via `onion-addresses.access = mkForce {};`

Also remove redundant description.
This commit is contained in:
Erik Arvstedt 2021-01-14 13:24:12 +01:00
parent 43c247e3fe
commit 93562f76dd
No known key found for this signature in database
GPG key ID: 33312B944DD97846
3 changed files with 1 additions and 11 deletions

View file

@ -125,7 +125,6 @@ in {
];
nix-bitcoin.onionAddresses = {
enable = true;
access.${operatorName} = [ "bitcoind" "clightning" "nginx" "liquidd" "spark-wallet" "electrs" "btcpayserver" "sshd" ];
};