forked from mirrors/nixpkgs
nixos/lighttpd: set port type to types.port
This commit is contained in:
parent
a5321aecfb
commit
941fd008ed
|
@ -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 a new issue