Correct module type
parent
b7075276dc
commit
f5fd030426
|
@ -36,14 +36,14 @@ in
|
|||
'';
|
||||
};
|
||||
httpPort = lib.mkOption {
|
||||
type = lib.types.int;
|
||||
type = lib.types.port;
|
||||
default = 80;
|
||||
description = ''
|
||||
Port to forward http to.
|
||||
'';
|
||||
};
|
||||
httpsPort = lib.mkOption {
|
||||
type = lib.types.int;
|
||||
type = lib.types.port;
|
||||
default = 443;
|
||||
description = ''
|
||||
Port to forward http to.
|
||||
|
|
Loading…
Reference in New Issue