nixos/zerobin: use types.port

This commit is contained in:
h7x4
2025-09-22 16:06:11 +02:00
parent 58ef4b7ae2
commit 51dd68f907

View File

@@ -44,7 +44,7 @@ in
}; };
listenPort = mkOption { listenPort = mkOption {
type = types.int; type = types.port;
default = 8000; default = 8000;
example = 1357; example = 1357;
description = '' description = ''