nixos/statsd: use types.port
This commit is contained in:
@@ -110,7 +110,7 @@ in
|
||||
graphitePort = lib.mkOption {
|
||||
description = "Port of Graphite server (i.e. carbon-cache).";
|
||||
default = null;
|
||||
type = lib.types.nullOr lib.types.int;
|
||||
type = lib.types.nullOr lib.types.port;
|
||||
};
|
||||
|
||||
extraConfig = lib.mkOption {
|
||||
|
||||
Reference in New Issue
Block a user