modules: move nix-bitcoin options to file 'nix-bitcoin.nix'

This allows modules.nix to consist only of a list of modules.
This commit is contained in:
Erik Arvstedt
2021-08-15 22:40:35 +02:00
parent fdc278a0b8
commit cce9a3f6b2
3 changed files with 55 additions and 62 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ config, pkgs, lib, ... }: {
imports = [
<nix-bitcoin/modules/nix-bitcoin.nix>
<nix-bitcoin/modules/modules.nix>
];
nix-bitcoin.generateSecrets = true;