summary refs log tree commit diff
path: root/nixos/modules/services/networking/polipo.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/polipo.nix')
-rw-r--r--nixos/modules/services/networking/polipo.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/nixos/modules/services/networking/polipo.nix b/nixos/modules/services/networking/polipo.nix
index 7feb62212b690..8581553829bfa 100644
--- a/nixos/modules/services/networking/polipo.nix
+++ b/nixos/modules/services/networking/polipo.nix
@@ -23,11 +23,7 @@ in
 
     services.polipo = {
 
-      enable = mkOption {
-        type = types.bool;
-        default = false;
-        description = lib.mdDoc "Whether to run the polipo caching web proxy.";
-      };
+      enable = mkEnableOption (lib.mdDoc "polipo caching web proxy");
 
       proxyAddress = mkOption {
         type = types.str;