move main module import to configuration.nix

This commit is contained in:
Erik Arvstedt
2020-03-24 21:43:21 +00:00
committed by Jonas Nick
parent 0c0978c007
commit f3121892ef
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -4,6 +4,8 @@
{ config, pkgs, lib, ... }: {
imports = [
<nix-bitcoin/modules/nix-bitcoin.nix>
# Use hardened kernel profile. See
# https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/profiles/hardened.nix
# for the enabled options.