Fix indent in configuration.nix

This commit is contained in:
Jonas Nick 2019-04-14 18:38:34 +00:00
parent 0b2d30d5b0
commit c934285ef9
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }: { imports = [ ./modules/nix-bitcoin.nix
{ config, pkgs, ... }: {
imports = [
./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.