forked from mirrors/nixpkgs
nixos/grafana: use port
type
This commit is contained in:
parent
c726455687
commit
044d996906
|
@ -292,7 +292,7 @@ in {
|
|||
port = mkOption {
|
||||
description = "Listening port.";
|
||||
default = 3000;
|
||||
type = types.int;
|
||||
type = types.port;
|
||||
};
|
||||
|
||||
socket = mkOption {
|
||||
|
|
Loading…
Reference in a new issue