+6
nixos/doc/manual/redirects.json
+6
nixos/doc/manual/redirects.json
···
+2
nixos/doc/manual/release-notes/rl-2505.section.md
+2
nixos/doc/manual/release-notes/rl-2505.section.md
···- [Yggdrasil-Jumper](https://github.com/one-d-wide/yggdrasil-jumper) is an independent project that aims to transparently reduce latency of a connection over Yggdrasil network, utilizing NAT traversal to automatically bypass intermediary nodes.+- [uMurmur](https://umurmur.net), minimalistic Mumble server primarily targeted to run on embedded computers. Available as [services.umurmur](options.html#opt-services.umurmur).- [Zenoh](https://zenoh.io/), a pub/sub/query protocol with low overhead. The Zenoh router daemon is available as [services.zenohd](options.html#opt-services.zenohd.enable)
+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
···
+33
nixos/modules/services/networking/umurmur.md
+33
nixos/modules/services/networking/umurmur.md
···+[uMurmur](http://umurmur.net/) is a minimalistic Mumble server primarily targeted to run on embedded computers. This module enables it (`umurmurd`).+See a full configuration in [umurmur.conf.example](https://github.com/umurmur/umurmur/blob/master/umurmur.conf.example)
+244
nixos/modules/services/networking/umurmur.nix
+244
nixos/modules/services/networking/umurmur.nix
···++ (lib.concatLines (lib.mapAttrsToList (name: value: "${name} = ${toConfigValue value false};") x))+dumpList = x: top_level: "(${lib.concatStringsSep ",\n" (map (y: "${toConfigValue y false}") x)})";+description = "Path to your SSL certificate. Generates self-signed automatically if not exists.";+description = "Settings of uMurmur. For reference see https://github.com/umurmur/umurmur/blob/master/umurmur.conf.example";+description = "Configuration file, default is generated from config.service.umurmur.settings";
+1
nixos/tests/all-tests.nix
+1
nixos/tests/all-tests.nix
···
+99
nixos/tests/umurmur.nix
+99
nixos/tests/umurmur.nix
···
+7
pkgs/by-name/um/umurmur/package.nix
+7
pkgs/by-name/um/umurmur/package.nix
······