use types.str
This commit is contained in:
parent
eb43deac44
commit
12a8dc21ab
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
options.quad.matrix = {
|
options.quad.matrix = {
|
||||||
enable = lib.mkEnableOption "matrix";
|
enable = lib.mkEnableOption "matrix";
|
||||||
|
|
||||||
domain = lib.mkOption { type = lib.types.string; };
|
domain = lib.mkOption { type = lib.types.str; };
|
||||||
settings = lib.mkOption {
|
settings = lib.mkOption {
|
||||||
type = lib.types.submodule {
|
type = lib.types.submodule {
|
||||||
freeformType = (pkgs.formats.toml { }).type;
|
freeformType = (pkgs.formats.toml { }).type;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue