summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/networking/murmur.nix
AgeCommit message (Collapse)Author
2019-05-30murmur service: log to journald by defaultNikolay Amiantov
Save an option to log to file with new `logFile` option. As a side effect deprecate `pidfile` option and instead use systemd's RuntimeDirectory.
2018-10-08nixos/murmur: mention mumble in descriptionLinus Heckemann
This makes the option easier to find with the options search or in the manpage.
2018-07-03Merge pull request #42860 from ldesgoui/fix-murmur-serviceSilvan Mosberger
murmur service: prevent silent launch failure by waiting until network is available
2018-07-02murmur: prevent silent launch failureldesgoui
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink
2018-04-10murmur: fix /tmp usageDaniel Frank
2017-04-14murmur service: fix typos from #24830Vladimír Čunát
2017-04-11treewide: use boolToString functionFranz Pletz
2016-10-23nixos: use types.lines for extraConfigEmery Hemingway
2016-09-23murmur service: welcome -> welcometextWei-Ming Yang
fixed incorrect option name `welcome` to `welcometext`. joachifm added a rename for backwards compat. Closes https://github.com/NixOS/nixpkgs/pull/18570
2015-12-22murmur: sslCa and extraConfig options, fixes #11419Kevin Cox
2014-04-14Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra
Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
2014-04-02nixos: murmur serviceAustin Seipp
Murmur is the headless server component of the Mumble chat system. Signed-off-by: Austin Seipp <aseipp@pobox.com>