Create clightning.nix
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
{...}: {
|
||||||
|
services = {
|
||||||
|
clightning = {
|
||||||
|
enable = true;
|
||||||
|
extraConfig = ''
|
||||||
|
experimental-offers
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user