summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Nagy <danielnagy@posteo.de>2021-06-18 17:32:03 +0200
committerDaniel Nagy <danielnagy@posteo.de>2021-06-18 17:32:03 +0200
commite08f7a3bb8696419798b637c53c3f0a7911b8874 (patch)
treebbc96067f104920d260be4089d74053f572537f2
parent5940259a2137a3a36dd45001773716e0a1b167b6 (diff)
downloadnixpkgs-e08f7a3bb8696419798b637c53c3f0a7911b8874.tar
nixpkgs-e08f7a3bb8696419798b637c53c3f0a7911b8874.tar.gz
nixpkgs-e08f7a3bb8696419798b637c53c3f0a7911b8874.tar.bz2
nixpkgs-e08f7a3bb8696419798b637c53c3f0a7911b8874.tar.lz
nixpkgs-e08f7a3bb8696419798b637c53c3f0a7911b8874.tar.xz
nixpkgs-e08f7a3bb8696419798b637c53c3f0a7911b8874.tar.zst
nixpkgs-e08f7a3bb8696419798b637c53c3f0a7911b8874.zip
nixos/infinoted: use `port` type
-rw-r--r--nixos/modules/services/editors/infinoted.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/editors/infinoted.nix b/nixos/modules/services/editors/infinoted.nix
index 10d868b7f16..3eb0753194d 100644
--- a/nixos/modules/services/editors/infinoted.nix
+++ b/nixos/modules/services/editors/infinoted.nix
@@ -51,7 +51,7 @@ in {
     };
 
     port = mkOption {
-      type = types.int;
+      type = types.port;
       default = 6523;
       description = ''
         Port to listen on