s/types.int/types.port

This commit is contained in:
Antoine Martin 2021-02-02 18:24:28 +01:00
parent fca8f6cb4c
commit 3c0732cedd
3 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ in {
};
privatePort = mkOption {
type = types.int;
type = types.port;
default = 8080;
example = 8080;
description = "Port to serve the app";