nixos/lighttpd: set port type to `types.port`

(cherry picked from commit 941fd008ede8ad2423c257a18681011939d9fe11)
This commit is contained in:
Daniel Nagy 2021-05-25 19:24:29 +02:00 committed by github-actions[bot]
parent dad9958503
commit 33ce03a653
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ in
port = mkOption {
default = 80;
type = types.int;
type = types.port;
description = ''
TCP port number for lighttpd to bind to.
'';