+6
maintainers/maintainer-list.nix
+6
maintainers/maintainer-list.nix
···
+2
nixos/doc/manual/release-notes/rl-2305.section.md
+2
nixos/doc/manual/release-notes/rl-2305.section.md
···- [networkd-dispatcher](https://gitlab.com/craftyguy/networkd-dispatcher), a dispatcher service for systemd-networkd connection status changes. Available as [services.networkd-dispatcher](#opt-services.networkd-dispatcher.enable).+- [gonic](https://github.com/sentriz/gonic), a Subsonic music streaming server. Available as [services.gonic](#opt-services.gonic.enable).- [mmsd](https://gitlab.com/kop316/mmsd), a lower level daemon that transmits and recieves MMSes. Available as [services.mmsd](#opt-services.mmsd.enable).
+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
+89
nixos/modules/services/audio/gonic.nix
+89
nixos/modules/services/audio/gonic.nix
···+Configuration for Gonic, see <https://github.com/sentriz/gonic#configuration-options> for supported values.+filteredSettings = filterAttrs (n: v: !((n == "tls-cert" || n == "tls-key") && v == null)) cfg.settings;
+1
nixos/tests/all-tests.nix
+1
nixos/tests/all-tests.nix
···
+18
nixos/tests/gonic.nix
+18
nixos/tests/gonic.nix
···
+5
pkgs/servers/gonic/default.nix
+5
pkgs/servers/gonic/default.nix
······