nixos/gitDaemon: set port type to types.port

This commit is contained in:
Daniel Nagy 2021-05-25 19:27:42 +02:00
parent 0cde374a76
commit 048c45679f
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671

View File

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