mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
activated electrum module
This commit is contained in:
parent
c335cdf6a9
commit
304782797a
1 changed files with 4 additions and 1 deletions
|
|
@ -6,7 +6,10 @@
|
|||
|
||||
modules = {
|
||||
system = {
|
||||
bitcoin.enable = true;
|
||||
bitcoin = {
|
||||
enable = true;
|
||||
electrum = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue