Don't include electrs in 'all' profile
This commit is contained in:
parent
d39a253d20
commit
0c83f87233
2 changed files with 3 additions and 2 deletions
|
|
@ -174,7 +174,7 @@ in {
|
|||
}];
|
||||
version = 3;
|
||||
};
|
||||
services.electrs.enable = cfg.modules == "all";
|
||||
services.electrs.enable = false;
|
||||
services.electrs.high-memory = false;
|
||||
services.tor.hiddenServices.electrs = {
|
||||
map = [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue