mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 16:39:42 -04:00
merged
This commit is contained in:
commit
579a564ce5
40 changed files with 95 additions and 467 deletions
|
|
@ -13,7 +13,6 @@ let
|
|||
|
||||
in
|
||||
{ options.modules.system.bitcoin = { enable = mkEnableOption "Bitcoin Server"; };
|
||||
imports = [ ./modules ];
|
||||
config = mkIf cfg.enable {
|
||||
#nixpkgs.overlays = [
|
||||
# (final: prev: {
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
imports = [
|
||||
./electrum
|
||||
./clightning
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue