mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 16:39:42 -04:00
changed imports to mkImports
This commit is contained in:
parent
649d9e83b6
commit
930f5272b8
34 changed files with 66 additions and 448 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,5 +0,0 @@
|
|||
{
|
||||
imports = [
|
||||
./electrum
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue