Dont use deprecated types
This commit is contained in:
parent
766ce5fc8c
commit
461e5bdfcf
1 changed files with 2 additions and 2 deletions
|
@ -17,12 +17,12 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
group = lib.mkOption {
|
group = lib.mkOption {
|
||||||
type = lib.types.string;
|
type = lib.types.str;
|
||||||
default = "matrixoidc";
|
default = "matrixoidc";
|
||||||
};
|
};
|
||||||
|
|
||||||
args = lib.mkOption {
|
args = lib.mkOption {
|
||||||
type = lib.types.string;
|
type = lib.types.separatedString " ";
|
||||||
default = "";
|
default = "";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue