We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11985af commit e88a127Copy full SHA for e88a127
modules/albyhub.nix
@@ -8,8 +8,6 @@ let
8
bitcoind = config.services.bitcoind;
9
lnd = config.services.lnd;
10
11
- boolToString = b: if b then "true" else "false";
12
-
13
envFileContent =
14
let
15
backendOpts =
0 commit comments