+2
nixos/doc/manual/release-notes/rl-2411.section.md
+2
nixos/doc/manual/release-notes/rl-2411.section.md
···- [Veilid](https://veilid.com), a headless server that enables privacy-focused data sharing and messaging on a peer-to-peer network. Available as [services.veilid](#opt-services.veilid.enable).+- [Fedimint](https://github.com/fedimint/fedimint), a module based system for building federated applications (Federated E-Cash Mint). Available as [services.fedimintd](#opt-services.fedimintd).
+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
···
+304
nixos/modules/services/networking/fedimintd.nix
+304
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://`.+as an URL password, so `http://user@example.com` will turn into `http://user:SOMESECRET@example.com`.+(lib.optional cfg.api.openFirewall cfg.api.port ++ lib.optional cfg.p2p.openFirewall cfg.p2p.port)
+1
nixos/tests/all-tests.nix
+1
nixos/tests/all-tests.nix
···
+37
nixos/tests/fedimintd.nix
+37
nixos/tests/fedimintd.nix
···