summary refs log tree commit diff
path: root/nixos/modules/services/networking/kippo.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/kippo.nix')
-rw-r--r--nixos/modules/services/networking/kippo.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/kippo.nix b/nixos/modules/services/networking/kippo.nix
index 3412d02862b..68f26eefe27 100644
--- a/nixos/modules/services/networking/kippo.nix
+++ b/nixos/modules/services/networking/kippo.nix
@@ -21,7 +21,7 @@ rec {
       };
       port = mkOption {
         default = 2222;
-        type = types.uniq types.int;
+        type = types.int;
         description = ''TCP port number for kippo to bind to.'';
       };
       hostname = mkOption {