s/types.int/types.port
This commit is contained in:
parent
fca8f6cb4c
commit
3c0732cedd
3 changed files with 4 additions and 4 deletions
|
|
@ -19,7 +19,7 @@ in {
|
|||
};
|
||||
|
||||
privatePort = mkOption {
|
||||
type = types.int;
|
||||
type = types.port;
|
||||
default = 8080;
|
||||
example = 8080;
|
||||
description = "Port to serve the app";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue