From 51dd68f907e424f106c90aecd90cc4f092fbcd16 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 22 Sep 2025 16:06:11 +0200 Subject: [PATCH] nixos/zerobin: use `types.port` --- nixos/modules/services/networking/zerobin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/zerobin.nix b/nixos/modules/services/networking/zerobin.nix index 49bcc9e830d3..96cf4cc7148d 100644 --- a/nixos/modules/services/networking/zerobin.nix +++ b/nixos/modules/services/networking/zerobin.nix @@ -44,7 +44,7 @@ in }; listenPort = mkOption { - type = types.int; + type = types.port; default = 8000; example = 1357; description = ''