diff --git a/services/coffeecam.nix b/services/coffeecam.nix
index 04dddb5e369e3b39156eb18f0673fa561657a890..53e26ee1e808e4046a0f0c1d07036ac1b1cd54d8 100644
--- a/services/coffeecam.nix
+++ b/services/coffeecam.nix
@@ -6,11 +6,7 @@ let cfg = config.services.coffeecam;
 
 in {
   options.services.coffeecam = {
-    enable = mkOption {
-      description = "Enable coffeecam streaming service";
-      type = types.bool;
-      default = false;
-    };
+    enable = mkEnableOption "coffeecam";
 
     targetAddress = mkOption {
       description = "Stream target";