Add liquid

This commit is contained in:
Jonas Nick
2018-12-03 21:43:15 +00:00
parent 4c55b8395c
commit c79aaf9695
5 changed files with 279 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ with lib;
let
cfg = config.services.clightning;
configFile = pkgs.writeText "config" ''
autolisten=false
autolisten=${toString cfg.autolisten}
network=bitcoin
bitcoin-rpcuser=${cfg.bitcoin-rpcuser}
'';