mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
added and connected bitcoin core system module
This commit is contained in:
parent
553961b831
commit
1fe6ccb729
4 changed files with 83 additions and 10 deletions
5
src/system/modules/default.nix
Normal file
5
src/system/modules/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
imports = [
|
||||
./bitcoin
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue