Add liquid
This commit is contained in:
parent
4c55b8395c
commit
c79aaf9695
5 changed files with 279 additions and 3 deletions
|
|
@ -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}
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue