From d11edff86088569e82d3947227cae96790438494 Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Tue, 14 Jul 2015 06:54:51 -0700 Subject: [PATCH] heyefi service: use mkEnableOption --- nixos/modules/services/networking/heyefi.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/nixos/modules/services/networking/heyefi.nix b/nixos/modules/services/networking/heyefi.nix index 741851a8ff4..0f55c1a5b8f 100644 --- a/nixos/modules/services/networking/heyefi.nix +++ b/nixos/modules/services/networking/heyefi.nix @@ -15,6 +15,8 @@ in services.heyefi = { + enable = mkEnableOption "heyefi"; + cardMacaddress = mkOption { default = ""; description = '' @@ -36,13 +38,6 @@ in ''; }; - enable = mkOption { - default = false; - description = '' - Enable heyefi, an Eye-Fi upload server. - ''; - }; - user = mkOption { default = "root"; description = ''