nixos/murmur: Drop warnings regarding renamed/removed options

These warnings were added around 5 years ago. That's long enough. So
drop them.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer 2025-05-31 18:14:15 +02:00 committed by Bjørn Forsman
parent b6c81af12d
commit 31d18149ad

View file

@ -51,11 +51,6 @@ let
'';
in
{
imports = [
(lib.mkRenamedOptionModule [ "services" "murmur" "welcome" ] [ "services" "murmur" "welcometext" ])
(lib.mkRemovedOptionModule [ "services" "murmur" "pidfile" ] "Hardcoded to /run/murmur/murmurd.pid now")
];
options = {
services.murmur = {
enable = lib.mkEnableOption "Mumble server";