Skip to content

Commit 31d1814

Browse files
felixsingerbjornfor
authored andcommitted
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 <[email protected]>
1 parent b6c81af commit 31d1814

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

nixos/modules/services/networking/murmur.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ let
5151
'';
5252
in
5353
{
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-
5954
options = {
6055
services.murmur = {
6156
enable = lib.mkEnableOption "Mumble server";

0 commit comments

Comments
 (0)