add scaling parameter to monitor module
This commit is contained in:
parent
63b254cc4d
commit
0537951879
3 changed files with 6 additions and 1 deletions
|
@ -41,6 +41,10 @@ in {
|
|||
type = types.nullOr types.str;
|
||||
default = null;
|
||||
};
|
||||
scale = mkOption {
|
||||
type = types.nullOr types.str;
|
||||
default = "1";
|
||||
};
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue