mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
test disabling && btc.enable
This commit is contained in:
parent
b490506e8d
commit
431e448836
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ let
|
|||
|
||||
in
|
||||
{ options.modules.system.bitcoin.electrum = { enable = mkEnableOption "system.bitcoin.electrum"; };
|
||||
config = mkIf (cfg.enable && btc.enable) {
|
||||
config = mkIf cfg.enable {
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
electrs = prev.electrs.overrideAttrs (old: rec {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue