nixos/gitDaemon: set port type to `types.port`

(cherry picked from commit 048c45679fe6fda60b00bf45890e5990f0e6d9f2)
This commit is contained in:
Daniel Nagy 2021-05-25 19:27:42 +02:00 committed by github-actions[bot]
parent 98d6d1dbf7
commit 2c97740c47
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ in
};
port = mkOption {
type = types.int;
type = types.port;
default = 9418;
description = "Port to listen on.";
};