From c934285ef90adf7659e292b6a32b556843ee3f5c Mon Sep 17 00:00:00 2001 From: Jonas Nick Date: Sun, 14 Apr 2019 18:38:34 +0000 Subject: [PATCH] Fix indent in configuration.nix --- configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 3160fa7..d644e81 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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.