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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/polipo.nix b/nixos/modules/services/networking/polipo.nix
index d820e1b397b..7feb62212b6 100644
--- a/nixos/modules/services/networking/polipo.nix
+++ b/nixos/modules/services/networking/polipo.nix
@@ -36,7 +36,7 @@ in
       };
 
       proxyPort = mkOption {
-        type = types.int;
+        type = types.port;
         default = 8123;
         description = lib.mdDoc "TCP port on which Polipo will listen.";
       };