about summary refs log tree commit diff
path: root/nixos/modules/services/networking/i2pd.nix
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2021-08-11 16:22:42 +0200
committerJan Tojnar <jtojnar@gmail.com>2021-08-11 16:22:42 +0200
commit4e7e464ae8e897d487fc412b50560f9f5f744353 (patch)
tree606f3898906c89a001671f51e6c0315d73e79277 /nixos/modules/services/networking/i2pd.nix
parent610ef47b2030813fcc9017eeda5bfd7621851bc3 (diff)
parent59287a7ba19cafec0301f77acf16ee28b4f5fd84 (diff)
downloadnixlib-4e7e464ae8e897d487fc412b50560f9f5f744353.tar
nixlib-4e7e464ae8e897d487fc412b50560f9f5f744353.tar.gz
nixlib-4e7e464ae8e897d487fc412b50560f9f5f744353.tar.bz2
nixlib-4e7e464ae8e897d487fc412b50560f9f5f744353.tar.lz
nixlib-4e7e464ae8e897d487fc412b50560f9f5f744353.tar.xz
nixlib-4e7e464ae8e897d487fc412b50560f9f5f744353.tar.zst
nixlib-4e7e464ae8e897d487fc412b50560f9f5f744353.zip
Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/tools/system/sg3_utils/default.nix
Diffstat (limited to 'nixos/modules/services/networking/i2pd.nix')
-rw-r--r--nixos/modules/services/networking/i2pd.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/networking/i2pd.nix b/nixos/modules/services/networking/i2pd.nix
index 93a21fd4c97e..fba0d817006e 100644
--- a/nixos/modules/services/networking/i2pd.nix
+++ b/nixos/modules/services/networking/i2pd.nix
@@ -32,9 +32,9 @@ let
       description = "Bind address for ${name} endpoint.";
     };
     port = mkOption {
-      type = types.int;
+      type = types.port;
       default = port;
-      description = "Bind port for ${name} endoint.";
+      description = "Bind port for ${name} endpoint.";
     };
   };