+92
-22
nixos/modules/services/networking/fedimintd.nix
+92
-22
nixos/modules/services/networking/fedimintd.nix
···-description = "Port to bind on for API connections relied by the reverse proxy/tls terminator.";···description = "Address to bind on for API connections relied by the reverse proxy/tls terminator.";Public URL of the API address of the reverse proxy/tls terminator. Usually starting with `wss://`.······-(lib.optional cfg.api.openFirewall cfg.api.port ++ lib.optional cfg.p2p.openFirewall cfg.p2p.port)···············
···+description = "TCP Port to bind on for API connections relayed by the reverse proxy/tls terminator.";···description = "Address to bind on for API connections relied by the reverse proxy/tls terminator.";Public URL of the API address of the reverse proxy/tls terminator. Usually starting with `wss://`.·········+export FM_FORCE_BITCOIN_RPC_URL=$(echo "$FM_BITCOIN_RPC_URL" | sed "s|^\(\w\+://[^@]\+\)\(@.*\)|\1:''${secret}\2|")············
+3
-5
nixos/tests/fedimintd.nix
+3
-5
nixos/tests/fedimintd.nix
······
······
+7
-5
pkgs/by-name/fe/fedimint/package.nix
+7
-5
pkgs/by-name/fe/fedimint/package.nix
······-binsToKeep=(fedimint-cli fedimint-dbtool recoverytool fedimintd gatewayd gateway-cli gateway-cln-extension devimint)···
·········