From 583591edd5ae7f1760992729d0992428fe8d5c6d Mon Sep 17 00:00:00 2001 From: Jonas Nick Date: Tue, 6 Aug 2019 11:55:19 +0000 Subject: [PATCH] fix enabling liquidd by default --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 5d2615c..dfb3f9d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -47,7 +47,7 @@ # settlement network linking together cryptocurrency exchanges and # institutions around the world. Liquid is accessed with the elements-cli # tool run as user operator. - services.liquidd.enable = true; + # services.liquidd.enable = true; ### LIGHTNING CHARGE # Enable this module to use lightning-charge, a simple drop-in solution for