nixos/grafana: use port type

This commit is contained in:
Daniel Nagy 2021-06-18 17:27:31 +02:00
parent c726455687
commit 044d996906
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671

View File

@ -292,7 +292,7 @@ in {
port = mkOption {
description = "Listening port.";
default = 3000;
type = types.int;
type = types.port;
};
socket = mkOption {