mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
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:
parent
b6c81af12d
commit
31d18149ad
1 changed files with 0 additions and 5 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue