krebs 3 nginx: extraConfig is type string
This commit is contained in:
parent
ba4708f263
commit
dc1bb40c45
|
@ -36,7 +36,7 @@ let
|
||||||
type = with types; listOf (attrsOf str);
|
type = with types; listOf (attrsOf str);
|
||||||
};
|
};
|
||||||
extraConfig = mkOption {
|
extraConfig = mkOption {
|
||||||
type = with types; str;
|
type = with types; string;
|
||||||
default = "";
|
default = "";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue