From 25a7ded89c7a996ac5b81735562f7c66c50cfd2e Mon Sep 17 00:00:00 2001 From: Langston Barrett Date: Sun, 11 Sep 2016 19:47:08 -0700 Subject: audio services: use mkEnableOption (#18524) --- nixos/modules/services/audio/mopidy.nix | 8 +------- nixos/modules/services/audio/ympd.nix | 6 +----- 2 files changed, 2 insertions(+), 12 deletions(-) (limited to 'nixos/modules/services/audio') diff --git a/nixos/modules/services/audio/mopidy.nix b/nixos/modules/services/audio/mopidy.nix index 029b14ab4726..c0a0f0374294 100644 --- a/nixos/modules/services/audio/mopidy.nix +++ b/nixos/modules/services/audio/mopidy.nix @@ -21,13 +21,7 @@ in { services.mopidy = { - enable = mkOption { - default = false; - type = types.bool; - description = '' - Whether to enable Mopidy, a music player daemon. - ''; - }; + enable = mkEnableOption "Mopidy, a music player daemon"; dataDir = mkOption { default = "/var/lib/mopidy"; diff --git a/nixos/modules/services/audio/ympd.nix b/nixos/modules/services/audio/ympd.nix index fb8b868ed40a..d34c1c9d83cc 100644 --- a/nixos/modules/services/audio/ympd.nix +++ b/nixos/modules/services/audio/ympd.nix @@ -12,11 +12,7 @@ in { services.ympd = { - enable = mkOption { - type = types.bool; - default = false; - description = "Whether to enable ympd, the MPD Web GUI."; - }; + enable = mkEnableOption "ympd, the MPD Web GUI"; webPort = mkOption { type = types.string; -- cgit 1.4.1