nixos/darkhttpd: set port type to types.port
(cherry picked from commit a5321aecfb51c7abdd45254d821e8122820850d3)
This commit is contained in:
parent
705afa0294
commit
dad9958503
@ -19,7 +19,7 @@ in {
|
|||||||
|
|
||||||
port = mkOption {
|
port = mkOption {
|
||||||
default = 80;
|
default = 80;
|
||||||
type = ints.u16;
|
type = types.port;
|
||||||
description = ''
|
description = ''
|
||||||
Port to listen on.
|
Port to listen on.
|
||||||
Pass 0 to let the system choose any free port for you.
|
Pass 0 to let the system choose any free port for you.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user