nixos/lighttpd: set port type to `types.port`
(cherry picked from commit 941fd008ede8ad2423c257a18681011939d9fe11)
This commit is contained in:
parent
dad9958503
commit
33ce03a653
|
@ -134,7 +134,7 @@ in
|
|||
|
||||
port = mkOption {
|
||||
default = 80;
|
||||
type = types.int;
|
||||
type = types.port;
|
||||
description = ''
|
||||
TCP port number for lighttpd to bind to.
|
||||
'';
|
||||
|
|
Loading…
Reference in New Issue