We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c81af commit 31d1814Copy full SHA for 31d1814
nixos/modules/services/networking/murmur.nix
@@ -51,11 +51,6 @@ let
51
'';
52
in
53
{
54
- imports = [
55
- (lib.mkRenamedOptionModule [ "services" "murmur" "welcome" ] [ "services" "murmur" "welcometext" ])
56
- (lib.mkRemovedOptionModule [ "services" "murmur" "pidfile" ] "Hardcoded to /run/murmur/murmurd.pid now")
57
- ];
58
-
59
options = {
60
services.murmur = {
61
enable = lib.mkEnableOption "Mumble server";
0 commit comments