diff --git a/nixos/modules/services/networking/heyefi.nix b/nixos/modules/services/networking/heyefi.nix index 741851a8ff47..0f55c1a5b8f6 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 = ''