Move nix-bitcoin.nix into modules

This commit is contained in:
Jonas Nick
2019-01-26 18:06:25 +00:00
parent 5d494f2a19
commit 6763459b62
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
{ config, pkgs, ... }:
{
imports = [
./nix-bitcoin.nix
./modules/nix-bitcoin.nix
# FIXME: Uncomment next line to import your hardware configuration. If so,
# add the hardware configuration file to the same directory as this file.
# This is not needed when deploying to a virtual box.