mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
cont
This commit is contained in:
parent
b126c84401
commit
8258e82891
25 changed files with 36 additions and 15 deletions
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
with lib;
|
||||
let
|
||||
cfg = config.modules.bitcoin;
|
||||
cfg = config.modules.system.bitcoin;
|
||||
|
||||
in
|
||||
{ options.modules.bitcoin = { enable = mkEnableOption "bitcoin"; };
|
||||
{ options.modules.system.bitcoin = { enable = mkEnableOption "system.bitcoin"; };
|
||||
|
||||
imports = [
|
||||
./core-lightning
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue