3
0
Fork 0
forked from mirrors/nixpkgs

nixos/lighttpd: set port type to types.port

This commit is contained in:
Daniel Nagy 2021-05-25 19:24:29 +02:00
parent a5321aecfb
commit 941fd008ed
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

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.
'';