From 31d18149addc47d59160ea042c91deff697e6789 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Sat, 31 May 2025 18:14:15 +0200 Subject: [PATCH] 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 --- nixos/modules/services/networking/murmur.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nixos/modules/services/networking/murmur.nix b/nixos/modules/services/networking/murmur.nix index e6fd390aaf5c..ff46a52ca17a 100644 --- a/nixos/modules/services/networking/murmur.nix +++ b/nixos/modules/services/networking/murmur.nix @@ -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";