summary refs log tree commit diff
path: root/nixos/modules/services/misc/felix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/misc/felix.nix')
-rw-r--r--nixos/modules/services/misc/felix.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/nixos/modules/services/misc/felix.nix b/nixos/modules/services/misc/felix.nix
index 188e45abc58..21740c8c0b7 100644
--- a/nixos/modules/services/misc/felix.nix
+++ b/nixos/modules/services/misc/felix.nix
@@ -17,10 +17,7 @@ in
 
     services.felix = {
 
-      enable = mkOption {
-        default = false;
-        description = "Whether to enable the Apache Felix OSGi service";
-      };
+      enable = mkEnableOption "the Apache Felix OSGi service";
 
       bundles = mkOption {
         type = types.listOf types.package;